public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, testsuite]: Committed: Delete executables created by fortran feature tests
@ 2007-03-27 10:50 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2007-03-27 10:50 UTC (permalink / raw)
  To: GCC Patches; +Cc: Fortran List, Brooks Moses

Hello!

This patch deletes executables created by fortran feature tests in
libtarget-supports.exp. Patch was tested on i686-pc-linux-gnu by
running gfortran testsuite. Patch is commited to SVN mainline.

2007-03-27  Uros Bizjak  <ubizjak@gmail.com>

	* lib/target-supports.exp (check_effective_target_fortran_large_real):
	Delete created executable test file.
	(check_effective_target_fortran_large_int): Ditto.
	(check_effective_target_static_libgfortran): Ditto.

Uros.

Index: lib/target-supports.exp
===================================================================
--- lib/target-supports.exp     (revision 123254)
+++ lib/target-supports.exp     (working copy)
@@ -649,6 +649,7 @@

        if [string match "" $lines] then {
            # No error message, compilation succeeded.
+           remote_file build delete $exe
            set et_fortran_large_real_saved 1
        }
     }
@@ -705,6 +706,7 @@

        if [string match "" $lines] then {
            # No error message, compilation succeeded.
+           remote_file build delete $exe
            set et_fortran_large_int_saved 1
        }
     }
@@ -759,6 +761,7 @@

        if [string match "" $lines] then {
            # No error message, compilation succeeded.
+          remote_file build delete $exe
            set et_static_libgfortran_saved 1
        }
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-27  7:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-27 10:50 [PATCH, testsuite]: Committed: Delete executables created by fortran feature tests Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).