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

commit r13-10395-ge0963c2a9899307fa6c8a1e1097641a962fb45b4
Author: Stefan Schulze Frielinghaus <[email protected]>
Date:   Fri Jul 3 20:03:13 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 13 in the sense that it still works as a reproducer for an ICE
    without patch r13.4.0-651-g7505da630e4 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.

Diff:
---
 gcc/testsuite/gcc.dg/pr125173-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr125173-1.c 
b/gcc/testsuite/gcc.dg/pr125173-1.c
index 5f66b24fcb00..4616a54e86ac 100644
--- a/gcc/testsuite/gcc.dg/pr125173-1.c
+++ b/gcc/testsuite/gcc.dg/pr125173-1.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O1 -fno-fuse-ops-with-volatile-access -fno-forward-propagate 
--param=max-cse-insns=0" } */
+/* { dg-options "-O1 -fno-forward-propagate --param=max-cse-insns=0" } */
 
 int a;
 volatile short b;

Reply via email to