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 middle-end/23971] Compilation takes a long time with -O2 option


------- Additional Comments From falk at debian dot org  2005-09-20 12:45 -------
Slightly simplified test case:

unsigned long f(unsigned long x) { return x * 5445825408751490200UL; }

(compile time 33.49s)

So it's just synth_mult running amok, and this has nothing to do with ivopts.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |middle-end


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


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