From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3436 invoked by alias); 28 Feb 2008 10:41:24 -0000 Received: (qmail 3328 invoked by uid 48); 28 Feb 2008 10:40:38 -0000 Date: Thu, 28 Feb 2008 10:41:00 -0000 Message-ID: <20080228104038.3327.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/35381] Misleading error message with derived types: Exponent at (1) must be INTEGER for an initialization expression In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "thomas dot orgis at awi dot de" 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: 2008-02/txt/msg02907.txt.bz2 ------- Comment #6 from thomas dot orgis at awi dot de 2008-02-28 10:40 ------- Eh... one question: Does the fix in 4.3 "just" make the initialization with REAL exponent work (Fortran 2003, AFAIK) or does it also fix the error message when working in strict Fortran 95 mode (hm, I suppose there is a strict mode), where the code still should be rejected? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35381