------- 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