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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by hongtao Liu <liuho...@gcc.gnu.org>:

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

commit r15-1234-gf8bf80a4e1682b2238baad8c44939682f96b1fe0
Author: liuhongt <hongtao....@intel.com>
Date:   Thu Jun 13 09:53:58 2024 +0800

    Fix ICE due to REGNO of a SUBREG.

    Use reg_or_subregno instead.

    gcc/ChangeLog:

            PR target/115452
            * config/i386/i386-features.cc (scalar_chain::convert_op): Use
            reg_or_subregno instead of REGNO to avoid ICE.

    gcc/testsuite/ChangeLog:

            * gcc.target/i386/pr115452.c: New test.

Reply via email to