------- Comment #2 from kargl at gcc dot gnu dot org  2009-09-01 23:53 -------
The problem appears to be fixed in trunk.

troutmask:sgk[205] gfc4x -o z t.f90
troutmask:sgk[206] ./z
   1.0000000000000000     
troutmask:sgk[207] gfc4x -o z -std=f95 t.f90
troutmask:sgk[208] ./z
   1.0000000000000000     
troutmask:sgk[209] gfc4x --version
GNU Fortran (GCC) 4.5.0 20090901 (experimental)
Copyright (C) 2009 Free Software Foundation, Inc.

Note, I haven't given any thought to the program
and the options used as what the correct behavior
ought to be.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.4.2
      Known to work|                            |4.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41222

Reply via email to