[Bug fortran/14082] New: [gfortran] Not Implemented: arrays of strings

rguenth at tat dot physik dot uni-tuebingen dot de gcc-bugzilla@gcc.gnu.org
Mon Feb 9 12:46:00 GMT 2004


For g77 backward compatibility arrays of strings need to be implemented, as the
following code doesn't compile otherwise:

      subroutine test
      character chnum(0:9)*1
      data chnum /'0','1','2','3','4','5','6','7','8','9'/
      end

this is a regression towards g77.

-- 
           Summary: [gfortran] Not Implemented: arrays of strings
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at tat dot physik dot uni-tuebingen dot de
                CC: gcc-bugs at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list