https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111601
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org
--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
I'd say we probably miscompile cp/call.cc:tourney - you could try marking that
noinline (or verify whether it has been inlined). There's some wrong-code
bugs related to the loop header copying changes (also profile related) and
also loop-splitting.
I suspect bisecting will end up in a related area.
Most helpful would really be to bisect this.