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/37032] New: Multi-line comments in an included file trigger invalid character


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


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