[Bug target/106994] [13 Regression] ICE in extract_insn, at recog.cc:2791 since r13-2730-gd0c73b6c85677e67
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 22 06:03:59 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106994
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by hongtao Liu <liuhongt@gcc.gnu.org>:
https://gcc.gnu.org/g:cbaa0ed34e1429dd9861350532534a85a07d220d
commit r13-2767-gcbaa0ed34e1429dd9861350532534a85a07d220d
Author: liuhongt <hongtao.liu@intel.com>
Date: Wed Sep 21 16:07:39 2022 +0800
Fix typo in floorv2sf2, should be register_operand for op1, not
vector_operand.
gcc/ChangeLog:
PR target/106994
* config/i386/mmx.md (floorv2sf2): Fix typo, use
register_operand instead of vector_operand for operands[1].
gcc/testsuite/ChangeLog:
* gcc.target/i386/pr106994.c: New test.
More information about the Gcc-bugs
mailing list