http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23835
Steven Bosscher <steven at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |steven at gcc dot gnu.org Resolution| |WONTFIX --- Comment #35 from Steven Bosscher <steven at gcc dot gnu.org> 2012-11-09 22:46:30 UTC --- This bug is no longer relevant, the IA64 scheduler at -O3 has been replaced completely (by the selective scheduler) and the remaining non-scheduler slowdowns are all due to inherently non-linear algorithms, downsides that you just get along with the benefits of SSA. So WONTFIX.