This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/14976] NAMELIST does not support "$" syntax
- From: "bdavis at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Aug 2004 14:39:00 -0000
- Subject: [Bug libfortran/14976] NAMELIST does not support "$" syntax
- References: <20040416151920.14976.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bdavis at gcc dot gnu dot org 2004-08-20 14:38 -------
looked into this a bit after Paul fixed the other problems.
this code has two things in it that do not work yet in gfortran.
#1. $ syntax. the parser now only accepts & syntax.
#2. the first string , $file , looks like a namelist but it is not. g77/f2c was
sophisticated enough to catch this and continue parsing the file.
changed the summary to more accurately reflect the current problem.
--bud davis
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|REWIND erases file |NAMELIST does not support
| |"$" syntax
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14976