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/33253] namelist: reading back a string with apostrophe



------- Comment #2 from anlauf at gmx dot de  2007-08-31 19:45 -------
(In reply to comment #1)

If I replace the open by:

  open(10,delim='apostrophe')

then the file fort.10 contains after the crash:

% cat fort.10 
&FOO
 A='a'a',  /


This looks like a quoting bug.

Jerry?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33253


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