Re: [PATCH] Fix reg-stack error-recovery on pr84828 testcase (PR target/84828)

2018-04-24 Thread Richard Biener
On Mon, 23 Apr 2018, Jakub Jelinek wrote: > Hi! > > My earlier attempts to replace bogus inline asm with something that > reg-stack.c would be happy about failed, so this is just a quick hack to > help the error-recovery on the pr84828.C testcase with -m32. > > I bet bunch of other spots will ne

[PATCH] Fix reg-stack error-recovery on pr84828 testcase (PR target/84828)

2018-04-23 Thread Jakub Jelinek
Hi! My earlier attempts to replace bogus inline asm with something that reg-stack.c would be happy about failed, so this is just a quick hack to help the error-recovery on the pr84828.C testcase with -m32. I bet bunch of other spots will need any_malformed_asm tweaks, just don't have testcases fo