https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118303
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ipa |testsuite --- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> --- It's all testsuite issues - the testcases don't expect the very uncommon TARGET_CALLEE_COPIES. There might be missed optimizations for that mode as well, but existing testcases are just not expecting that. Possibly a dg target for TARGET_CALLEE_COPIES so we can use { target { ! callee_copies } } instead of listing hppa and mmix explicitly might be nice.