https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66870
Alan Modra <amodra at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2015-07-15 Ever confirmed|0 |1 --- Comment #7 from Alan Modra <amodra at gmail dot com> --- The attached patch looks good, but it would be slightly better if the condition "flags_split_stack && lookup_attribute (...) == 0" were used throughout rs6000_emit_prologue. Probably best implemented by assigning a new auto var at the start of rs6000_emit_prologue then using that in place of flag_split_stack.