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/13742] New: Not Implemented: initial values for COMMON or EQUIVALENCE


While there are many unimplemented features, this one is special
because it prevents compiling a SPEC2000 benchmark (facerec). 

% cat foo.f90
        PROGRAM
          INTEGER :: X = 123
          INTEGER :: Y
          EQUIVALENCE (X,Y)
          PRINT *, X
        END PROGRAM

% gfortran foo.f90 
foo.f90: In function `MAIN__':
foo.f90:6: fatal error: gfc_todo: Not Implemented: initial values for COMMON or
EQUIVALENCE
compilation terminated.

-- 
           Summary: Not Implemented: initial values for COMMON or
                    EQUIVALENCE
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lei at il dot ibm dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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