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/18937] quadratic behaviour with many label "spaghetti" code


------- Additional Comments From Thomas dot Koenig at online dot de  2004-12-12 16:19 -------
g77 has the same problem:

$ time g77 spaghetti.f

real    0m11.649s
user    0m11.516s
sys     0m0.068s
$ ./spaghetti 20000 > spaghetti.f
$ time g77 spaghetti.f

real    0m50.604s
user    0m48.738s
sys     0m0.153s


-- 


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


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