[Bug fortran/45532] gfortran namelist read error

jvdelisle at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Sep 8 19:03:00 GMT 2010



------- Comment #3 from jvdelisle at gcc dot gnu dot org  2010-09-08 19:03 -------
This is very interesting (aka a real bugger):

Reversing the order of the declarations in 

type curve_struct
  type (line_struct) line
  type (symbol_struct) symbol
end type

to

type curve_struct
  type (symbol_struct) symbol
  type (line_struct) line
end type

allows the read to proceed correctly. Stay tuned.


-- 


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



More information about the Gcc-bugs mailing list