------- Comment #2 from burnus at gcc dot gnu dot org 2008-05-01 19:36 ------- > call cpu_time(end) > print '(f6.3)',end-start > ------------------------ > gfortran 430 and 423 are ok. > gfortran 4.4.0 failed.
If I understand it correctly, the problem is that gfortran 4.4.0 is much slower than previous versions. Here (amd64), I do not see any timing differences between 4.1, 4.2, 4.3 and 4.4 with either -m32 nor -m64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36103