[Bug rtl-optimization/125173] ICE: in combine_and_move_insns, at ira.cc:3992 with -O1 -fno-fuse-ops-with-volatile-access -fno-forward-propagate --param=max-cse-insns=0
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 3 17:36:46 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125173
--- Comment #12 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-15 branch has been updated by Stefan Schulze Frielinghaus
<stefansf@gcc.gnu.org>:
https://gcc.gnu.org/g:cd02f68b56336df7f4d2e358b0fae21dcb5aa6af
commit r15-11346-gcd02f68b56336df7f4d2e358b0fae21dcb5aa6af
Author: Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
Date: Fri Jul 3 18:08:17 2026 +0200
testsuite: Fix up gcc.dg/pr125173-1.c [PR125173]
Option -fno-fuse-ops-with-volatile-access is only available since GCC 16
and shouldn't have been backported. The test is still meaningful for
GCC 15 in the sense that it still works as a reproducer for an ICE
without patch r15.3.0-60-gc60891d75ae and shows that the ICE is fixed by
it.
PR rtl-optimization/125173
gcc/testsuite/ChangeLog:
* gcc.dg/pr125173-1.c: Remove option
-fno-fuse-ops-with-volatile-access.
More information about the Gcc-bugs
mailing list