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

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Kito Cheng <k...@gcc.gnu.org>:

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

commit r14-11556-gacb636a9c3ac18e7234e37c99bd6e9200b80b9bd
Author: Pan Li <pan2...@intel.com>
Date:   Wed Dec 4 13:53:52 2024 +0800

    RISC-V: Add assert for insn operand out of range access [PR117878][NFC]

    According to the the initial analysis of PR117878, the ice comes from
    the out-of-range operand access for recog_data.operand[].  Thus, add
    one assert here to expose this explicitly.

            PR target/117878

    gcc/ChangeLog:

            * config/riscv/riscv-v.cc (vlmax_avl_type_p): Add assert for
            out of range access.
            (nonvlmax_avl_type_p): Ditto.

    Signed-off-by: Pan Li <pan2...@intel.com>

Reply via email to