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/17097] New: Large DATA initialization broken or terminally slow


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


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