Re: [PATCH] middle-end/105165 - sorry instead of ICE for _Complex asm goto

2022-04-06 Thread Jeff Law via Gcc-patches
On 4/6/2022 6:44 AM, Richard Biener via Gcc-patches wrote: Complex lowering cannot currently deal with asm gotos with _Complex output operands. Emit a sorry instead of ICEing, those should not appear in practice. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK for trunk and branch?

[PATCH] middle-end/105165 - sorry instead of ICE for _Complex asm goto

2022-04-06 Thread Richard Biener via Gcc-patches
Complex lowering cannot currently deal with asm gotos with _Complex output operands. Emit a sorry instead of ICEing, those should not appear in practice. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK for trunk and branch? Thanks, Richard. 2022-04-06 Richard Biener PR