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/14081] New: [gfortran] Not Implemented: CHARACTER inside COMMON block


Trying to compile old fortran 77 code with gfortran the following code is not
recognized (which is a regression towards g77):

      PROGRAM test
      CHARACTER CHMODNAM*20
      COMMON /H2D_MODNAME/ CHMODNAM
      END

this is needed for g77 compatibility.

-- 
           Summary: [gfortran] Not Implemented: CHARACTER inside COMMON
                    block
           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=14081


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