From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1515 invoked by alias); 23 Jul 2007 19:42:11 -0000 Received: (qmail 1431 invoked by uid 48); 23 Jul 2007 19:42:01 -0000 Date: Mon, 23 Jul 2007 19:42:00 -0000 Message-ID: <20070723194201.1430.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/32867] [4.3 Regression] 459.GemsFDTD in SPEC CPU 2006 fails to compile In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dfranke at gcc dot gnu dot org" 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: 2007-07/txt/msg02364.txt.bz2 ------- Comment #9 from dfranke at gcc dot gnu dot org 2007-07-23 19:42 ------- Currently regtesting the patch below without problem so far. H.J. could you please verify that it fixes your problem? Index: expr.c =================================================================== --- expr.c (revision 126826) +++ expr.c (working copy) @@ -2121,7 +2132,7 @@ } if (m == MATCH_YES) - t = SUCCESS; + t = gfc_simplify_expr (e, 0); break; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32867