This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/40853] I/O: Namelist read error



------- Comment #4 from jvdelisle at gcc dot gnu dot org  2009-07-28 03:09 -------
As a work-around, re-arranging the derived type like this:

  type tao_plot_page_struct
    real size(2)
    real shape_height_max 
    type (tao_title_struct) title
  end type

May help, until I get this sorted out.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]