From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29685 invoked by alias); 17 Sep 2009 20:54:18 -0000 Received: (qmail 29295 invoked by uid 48); 17 Sep 2009 20:54:03 -0000 Date: Thu, 17 Sep 2009 20:54:00 -0000 Message-ID: <20090917205403.29294.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/41082] [4.5 Regression] FAIL: gfortran.fortran-torture/execute/where_2.f90 execution, -O3 -g with -m64 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg01594.txt.bz2 ------- Comment #5 from dominiq at lps dot ens dot fr 2009-09-17 20:54 ------- At revision 151771 the test in the test suite still fails at -m64, but passes with the addition of the print: --- where_2.f90 2005-07-04 08:24:26.000000000 +0200 +++ /opt/gcc/_gcc_clean/gcc/testsuite/gfortran.fortran-torture/execute/where_2.f90 2007-11-21 20:23:35.000000000 +0100 @@ -17,7 +17,6 @@ temp = 300 + temp END WHERE - print *, temp if (any (temp .ne. (/100, 100, 100, 210, 210, 210, 310, 310, 337, 337/))) & call abort end program -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41082