Hi, when reading a namelist from a file, gfortran does not skip a commented out entry as in
!&REPORT use = 'ignore' / ! Commented out, ignore this one! ! &REPORT type = 'SYNOP' use = 'active' max_proc = 20 / The attached program demonstrates that gfortran reads the first entry although it should be skipped. -- Summary: Failure to skip commented out NAMELIST Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: anlauf at gmx dot de GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30918