http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54078
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org --- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-15 10:22:59 UTC --- Btw, with -O3 you essentially say you do not care for program size (IPA cloning decisions blow up the unit without limits I think - unlike inlining which is limited by unit-growth for large units).