From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29856 invoked by alias); 23 Jul 2007 18:46:32 -0000 Received: (qmail 29809 invoked by uid 48); 23 Jul 2007 18:46:22 -0000 Date: Mon, 23 Jul 2007 18:46:00 -0000 Message-ID: <20070723184622.29808.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: "jv244 at cam dot ac dot uk" 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/msg02357.txt.bz2 ------- Comment #7 from jv244 at cam dot ac dot uk 2007-07-23 18:46 ------- (In reply to comment #5) > character(80), PARAMETER, dimension(1:2) :: keywords = & > (/'PROBLEMSIZE', & > 'NFTRANS_TD'/) it is probably not related to the ICE, but the above is invalid F95. Error: test.f90, line 2: Array constructor values have differing CHARACTER lengths (11 and 10). gfortran should error out on this. -- jv244 at cam dot ac dot uk changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |32834 nThis| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32867