https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125238
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:1350f98b4d54d10e0c5895e50729b1b5df8a54f5 commit r17-3667-g1350f98b4d54d10e0c5895e50729b1b5df8a54f5 Author: Richard Biener <[email protected]> Date: Wed Aug 26 10:30:22 2026 +0200 Adjust gcc.target/i386/pr125238.c The testcase was added for an ICE caused by the x86 vector CSE pass but after we hoist invariants after loop unswitching the failure case no longer triggers and the CSE that the testcase scans for does not happen. The following removes the now failing scan, keeping the testcase as compile-only for general coverage. PR testsuite/125238 * gcc.target/i386/pr125238.c: Remove scan for mpvabsq.
