This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/14976] NAMELIST does not support "$" syntax


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]