From 7f6a6b46ae992d6df3a66a26c17d8b31e29e2250 Mon Sep 17 00:00:00 2001 From: janis Date: Thu, 31 Mar 2005 18:38:28 +0000 Subject: [PATCH 1/1] * gcc.dg/tls/tls.exp: Remove temporary file. * g++.dg/tls/tls.exp: Ditto. * lib/file-format.exp: Ditto. * g++.dg/special/ecos.exp: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97344 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/special/ecos.exp | 1 + gcc/testsuite/g++.dg/tls/tls.exp | 3 ++- gcc/testsuite/gcc.dg/tls/tls.exp | 1 + gcc/testsuite/lib/file-format.exp | 1 + 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6c6043e7a0b..6e6601dfe65 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2005-03-31 Janis Johnson + * gcc.dg/tls/tls.exp: Remove temporary file. + * g++.dg/tls/tls.exp: Ditto. + * lib/file-format.exp: Ditto. + * g++.dg/special/ecos.exp: Ditto. + * lib/profopt.exp: Treat prof_ext as a list. * gcc.misc-tests/bprob.exp: Ditto. * g++.dg/bprob/bprob.exp: Ditto. diff --git a/gcc/testsuite/g++.dg/special/ecos.exp b/gcc/testsuite/g++.dg/special/ecos.exp index dc34ff83da4..ba1740d3d5a 100644 --- a/gcc/testsuite/g++.dg/special/ecos.exp +++ b/gcc/testsuite/g++.dg/special/ecos.exp @@ -29,6 +29,7 @@ load_lib g++-dg.exp set comp_output [g++_target_compile \ "$srcdir/$subdir/initp1.C" "initp1.S" assembly ""] +remove-build-file "initp1.S" if { [string match "*init_priority*" $comp_output] } { return 0 } diff --git a/gcc/testsuite/g++.dg/tls/tls.exp b/gcc/testsuite/g++.dg/tls/tls.exp index a00dad79dce..1a47848d0c9 100644 --- a/gcc/testsuite/g++.dg/tls/tls.exp +++ b/gcc/testsuite/g++.dg/tls/tls.exp @@ -23,7 +23,8 @@ load_lib g++-dg.exp # isn't, everything will fail with the "not supported" message. set comp_output [g++_target_compile \ - "$srcdir/$subdir/trivial.C" "trivial.S" assembly ""] + "$srcdir/$subdir/trivial.C" "trivialx.S" assembly ""] +remove-build-file "trivialx.S" if { [string match "*not supported*" $comp_output] } { return 0 } diff --git a/gcc/testsuite/gcc.dg/tls/tls.exp b/gcc/testsuite/gcc.dg/tls/tls.exp index 4c2627dbcf8..16b3aa8fdda 100644 --- a/gcc/testsuite/gcc.dg/tls/tls.exp +++ b/gcc/testsuite/gcc.dg/tls/tls.exp @@ -24,6 +24,7 @@ load_lib gcc-dg.exp set comp_output [gcc_target_compile \ "$srcdir/$subdir/trivial.c" "trivial.S" assembly ""] +remove-build-file "trivial.S" if { [string match "*not supported*" $comp_output] } { return 0 } diff --git a/gcc/testsuite/lib/file-format.exp b/gcc/testsuite/lib/file-format.exp index a1aa484455c..fe88a3b1c95 100644 --- a/gcc/testsuite/lib/file-format.exp +++ b/gcc/testsuite/lib/file-format.exp @@ -46,6 +46,7 @@ proc gcc_target_object_format { } { close $open_file ${tool}_target_compile objfmtst.c objfmtst.o object "" + file delete objfmtst.c catch { set output [exec $objdump_name --file-headers objfmtst.o ] -- 2.11.0