Re: [PATCH] PR target/106877: Robustify reg-stack to malformed asm.

2022-09-13 Thread Uros Bizjak via Gcc-patches
On Tue, Sep 13, 2022 at 11:57 AM Roger Sayle wrote: > > > This patch resolves PR target/106877 an ICE-on-invalid inline-asm > regression. An innocent upstream change means that the test case > from PR inline-asm/84683 now hits a different assert in reg-stack.cc's > move_for_stack_reg. Fixed by d

[PATCH] PR target/106877: Robustify reg-stack to malformed asm.

2022-09-13 Thread Roger Sayle
This patch resolves PR target/106877 an ICE-on-invalid inline-asm regression. An innocent upstream change means that the test case from PR inline-asm/84683 now hits a different assert in reg-stack.cc's move_for_stack_reg. Fixed by duplicating Jakub's solution to PR 84683 https://gcc.gnu.org/pipe