https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64321

            Bug ID: 64321
           Summary: -ffixed-line-length-none doesn't work
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Keywords: diagnostic, rejects-valid
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org

The following program consists of two lines:

      print *,
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
      end

With GCC 4.8 and 5, one gets the error:

      print *, 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
                1
Error: Unterminated character constant beginning at (1)

And that's independent of -ffixed-line-length-none or -ffixed-line-length-150.

Reply via email to