The following program does not compile with gfortran

      PROGRAM BUG
      DATA I / 4HCIAO /
      PRINT '(A)', I
      END

[/Users/fca] /opt/gcc-4_0/bin/gfortran -c bugf000000.f 
 In file bugf000000.f:2

      DATA I / 4HCIAO /                                                 
               1
Error: Syntax error in DATA statement at (1)

-- 
           Summary: gfortran does not support Hollerith
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: federico dot carminati at cern dot ch
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: powerpc-apple-darwin7.8.0


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

Reply via email to