From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14109 invoked by alias); 27 Mar 2007 07:00:32 -0000 Received: (qmail 14095 invoked by uid 22791); 27 Mar 2007 07:00:30 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.238) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Mar 2007 08:00:28 +0100 Received: by wx-out-0506.google.com with SMTP id h30so2199704wxd for ; Tue, 27 Mar 2007 00:00:26 -0700 (PDT) Received: by 10.90.118.12 with SMTP id q12mr7633721agc.1174978826567; Tue, 27 Mar 2007 00:00:26 -0700 (PDT) Received: by 10.90.31.11 with HTTP; Tue, 27 Mar 2007 00:00:26 -0700 (PDT) Message-ID: <5787cf470703270000l1ad9683ic4f1dde81a8b5435@mail.gmail.com> Date: Tue, 27 Mar 2007 10:50:00 -0000 From: "Uros Bizjak" To: "GCC Patches" Subject: [PATCH, testsuite]: Committed: Delete executables created by fortran feature tests Cc: "Fortran List" , "Brooks Moses" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-03/txt/msg01757.txt.bz2 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 * 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 } }