https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105165

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:54ed6563d22694aa3e1935f89641a4f696a3a9f7

commit r12-8040-g54ed6563d22694aa3e1935f89641a4f696a3a9f7
Author: Richard Biener <rguent...@suse.de>
Date:   Wed Apr 6 13:46:56 2022 +0200

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

    Complex lowering cannot currently deal with asm gotos with _Complex
    output operands.  Emit a sorry instead of ICEing, those should not
    appear in practice.

    2022-04-06  Richard Biener  <rguent...@suse.de>

            PR middle-end/105165
            * tree-complex.cc (expand_complex_asm): Sorry for asm goto
            _Complex outputs.

            * gcc.dg/pr105165.c: New testcase.

Reply via email to