summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/reassoc_6.f
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/reassoc_6.f')
-rw-r--r--gcc/testsuite/gfortran.dg/reassoc_6.f4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/testsuite/gfortran.dg/reassoc_6.f b/gcc/testsuite/gfortran.dg/reassoc_6.f
index 97a5de8a748..cbc36f5675b 100644
--- a/gcc/testsuite/gfortran.dg/reassoc_6.f
+++ b/gcc/testsuite/gfortran.dg/reassoc_6.f
@@ -16,7 +16,5 @@
return
end
! Verify that offset of the first element is simplified
-! While we understand to combine x + ~x IVOPTs now messes things
-! up by hiding that operation in casts to unsigned.
-! { dg-final { scan-tree-dump-not "~" "optimized" { xfail *-*-* } } }
+! { dg-final { scan-tree-dump-not "~" "optimized" } }
! { dg-final { cleanup-tree-dump "optimized" } }