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?
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 midd