http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47778
Summary: reading two arrays of structures from namelist fails Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org ReportedBy: arnold.mo...@wur.nl Created attachment 23374 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23374 This code fails Reading a namelist that contains two variable that are an array of structures fails. It is not even the assignment that fails, but the parsing already gives problems. Attached the code that illustrates the problem. This may be a follow-up of Bug 42901 (at least it is for me).