> This new test fails for me with -m32.
Thanks for the heads up, fixed thusly, applied.
2016-03-01 Eric Botcazou
* gnat.dg/stack_usage3.adb: Robustify and enable for all targets.
--
Eric BotcazouIndex: gnat.dg/stack_usage3.adb
==
On 29-02-16 10:17, Eric Botcazou wrote:
Another long-standing regression present in the compiler (dating back to the
Tree-SSA merge): the compiler generates code that has an unexpectedly large
stack usage for nested calls on strings, because the gimplifier creates
temporaries in the outermost sco
Another long-standing regression present in the compiler (dating back to the
Tree-SSA merge): the compiler generates code that has an unexpectedly large
stack usage for nested calls on strings, because the gimplifier creates
temporaries in the outermost scope that have overlapping live ranges.