------- 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

Reply via email to