[Bug fortran/17097] New: Large DATA initialization broken or terminally slow

rth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Aug 19 10:23:00 GMT 2004


The following fragment

      PROGRAM APSI
      IMPLICIT DOUBLE PRECISION (A-H, O-Z)
      DIMENSION WORK(1200000)
      DATA WORK/1200000*0.0D0/
      END

does not compile in under 7.5 hours.  I have no idea how long it does take,
as I stopped the process.

-- 
           Summary: Large DATA initialization broken or terminally slow
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: compile-time-hog
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rth at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list