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
