[Bug fortran/37446] Diagnostic of edit descriptors, esp. EN
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Aug 22 15:29:00 GMT 2009
------- Comment #2 from jvdelisle at gcc dot gnu dot org 2009-08-22 15:28 -------
With latest trunk, we get:
$ gfc pr35754.f
pr35754.f:2.21:
write(*,'(EN)') 5.0
1
Error: Period required in format specifier at (1)
pr35754.f:2.26:
write(*,'(EN)') 5.0
1
Error: Unexpected end of format string in format string at (1)
The locus for the first message has improved because of my recent patch to
PR#41075. Next step will be to see if the message itself can be improved.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37446
More information about the Gcc-bugs
mailing list