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/28425] Derived type initialization via a derived type is broken



------- Comment #1 from kargl at gcc dot gnu dot org  2006-07-18 18:52 -------
The parse tree looks okay to me.


      ASSIGN MAIN__:dat date_m(1)
      ASSIGN MAIN__:xx file_info(MAIN__:dat)
      IF (<> MAIN__:xx % date % month 1)
        CALL _gfortran_abort ()
      ENDIF


-- 


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


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