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/20440] New: error with fixed form one-liner


the following valid fixed-form program is rejected by gfortran:
[tobi@marktplatz tests]$ cat fix.f
      STOP IT = NOW; END
[tobi@marktplatz tests]$ g77 fix.f
[tobi@marktplatz tests]$ gfortran fix.f
Error: Unexpected end of file in 'fix.f'
[tobi@marktplatz tests]$

-- 
           Summary: error with fixed form one-liner
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tobi at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20440


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