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 fortran/33189] read(blah, fmt=*) is accepted, but read(blah, '*') not.



------- Comment #3 from jvdelisle at gcc dot gnu dot org  2007-08-25 16:26 -------
All that garbage string ∗ is an * (asterisk)

Character encoding got cobbled up there.

I want to add that the key to this question is that '*' is a character
expression form of the format specifier so 10.1.2 applies. Also, * is not an
edit-descriptor.


-- 


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


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