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

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

https://gcc.gnu.org/g:d54cc1f43e53e52f52d1ae37f292b813e43d0b7b

commit r11-9779-gd54cc1f43e53e52f52d1ae37f292b813e43d0b7b
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.c (expand_complex_asm): Sorry for asm goto
            _Complex outputs.

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

    (cherry picked from commit 54ed6563d22694aa3e1935f89641a4f696a3a9f7)

Reply via email to