This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17097] New: Large DATA initialization broken or terminally slow
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2004 10:23:50 -0000
- Subject: [Bug fortran/17097] New: Large DATA initialization broken or terminally slow
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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