[Bug fortran/14081] New: [gfortran] Not Implemented: CHARACTER inside COMMON block
rguenth at tat dot physik dot uni-tuebingen dot de
gcc-bugzilla@gcc.gnu.org
Mon Feb 9 12:42:00 GMT 2004
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
More information about the Gcc-bugs
mailing list