[Bug fortran/37032] New: Multi-line comments in an included file trigger invalid character
godom at twinbee dot com
gcc-bugzilla@gcc.gnu.org
Tue Aug 5 18:52:00 GMT 2008
Multi-line comments in an included file trigger "invalid character in name"
compiler error.
!file1.F95
program file1
include 'file2.F95'
stop
end program
!file2.F95
/* blah */
--
Summary: Multi-line comments in an included file trigger invalid
character
Product: gcc
Version: 4.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: godom at twinbee dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37032
More information about the Gcc-bugs
mailing list