From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5548 invoked by alias); 3 Oct 2006 01:48:35 -0000 Received: (qmail 3861 invoked by alias); 3 Oct 2006 01:48:26 -0000 Date: Tue, 03 Oct 2006 01:48:00 -0000 Message-ID: <20061003014826.3858.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/18026] boz initialization of REALs fails In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sgk at troutmask dot apl dot washington dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-10/txt/msg00188.txt.bz2 List-Id: ------- Comment #10 from sgk at troutmask dot apl dot washington dot edu 2006-10-03 01:48 ------- Subject: Re: boz initialization of REALs fails On Mon, Oct 02, 2006 at 09:35:11PM -0000, anlauf at gmx dot de wrote: > > > This is NOT a bug. g77 compatibility and the Fortran 95 standard > > have a conflict, and so IMNSHO the Fortran 95 standard wins. > > Gfortran unfortunately does not have a switch to compile legacy code > in a way that is sufficiently compatible with g77. Actually, gfortran does have -std=legacy. It, unfortunately, does not have code inside the appropriate IF statements to do what you want. > The (multiple) libraries that I use do use code similar to the > example in quite a few places. I am not the author of these > libraries, I just use them. Have you submitted bug reports to the authors of these libraries? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18026