[Bug fortran/21260] New: Conflict between comment and H edit descriptor
kargl at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Apr 28 05:22:00 GMT 2005
program b
write(6,8000)
8000 format(72(1H!))
end
kargl[213] gfc41 -o b b.f
In file b.f:3
8000 format(72(1H!))
1
Error: Unexpected end of format string in format string at (1)
In file b.f:2
write(6,8000)
1
Error: FORMAT label 8000 at (1) not defined
--
Summary: Conflict between comment and H edit descriptor
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kargl at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21260
More information about the Gcc-bugs
mailing list