[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

bdavis at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Sep 17 13:54:00 GMT 2006



------- Comment #4 from bdavis at gcc dot gnu dot org  2006-09-17 13:54 -------
before the patch:
$ time /usr/local/bin/gfortran -c data.f90

real    3m1.263s
user    3m0.519s
sys     0m0.120s

after:
$ time /usr/local/bin/gfortran -c data.f90

real    0m3.215s
user    0m3.052s
sys     0m0.092s


-- 


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



More information about the Gcc-bugs mailing list