[Bug fortran/28590] New: A SEQUENCEd defined type which refers to another defined type generates a spurious complaint about the lack of SEQUENCE attribute in the latter
dot gnu dot org ReportedBy: ccnelson at itacllc dot com GCC host triplet: i686-pc-linux-gnu GCC target triplet: i386-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28590
[Bug fortran/28590] A SEQUENCEd defined type which refers to another defined type generates a spurious complaint about the lack of SEQUENCE attribute in the latter
--- Comment #1 from ccnelson at itacllc dot com 2006-08-03 22:52 --- Created an attachment (id=12011) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12011&action=view) Demo file to illustrate the problem "gfortran -c temp.f90" should illustrate the problem. A