This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/73142] Reading a namelist fails - my code worked until 4.8.2
- From: "anlauf at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 10 Aug 2016 21:31:38 +0000
- Subject: [Bug fortran/73142] Reading a namelist fails - my code worked until 4.8.2
- Auto-submitted: auto-generated
- References: <bug-73142-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=73142
Harald Anlauf <anlauf at gmx dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anlauf at gmx dot de
--- Comment #1 from Harald Anlauf <anlauf at gmx dot de> ---
Are you aware that your namelist input files are not standard-conforming?
Namelists should be terminated with "/", not "&END".