]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/testsuite/gcc.dg/tree-ssa/pr69270.c
Simple bitop reassoc in match.pd
[gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr69270.c
index 529b5212a2751e127626ecba582093b2f4bf208b..28f6d0fac286574a77209b9735f43e7e933c3ae3 100644 (file)
@@ -7,8 +7,10 @@
 /* { dg-final { scan-tree-dump-times "Replaced .bufferstep_\[0-9\]+. with constant .1." 1 "dom3"} } */
 
 /* And some assignments ought to fold down to constants.  */
-/* { dg-final { scan-tree-dump-times "Folded to: _\[0-9\]+ = 1;" 2 "dom3"} } */
-/* { dg-final { scan-tree-dump-times "Folded to: _\[0-9\]+ = 0;" 2 "dom3"} } */
+/* { dg-final { scan-tree-dump-times "Folded to: _\[0-9\]+ = -1;" 1 "dom3"} } */
+/* { dg-final { scan-tree-dump-times "Folded to: _\[0-9\]+ = -2;" 1 "dom3"} } */
+/* { dg-final { scan-tree-dump-times "Folded to: _\[0-9\]+ = 1;" 1 "dom3"} } */
+/* { dg-final { scan-tree-dump-times "Folded to: _\[0-9\]+ = 0;" 1 "dom3"} } */
 
 /* The XOR operations should have been optimized to constants.  */
 /* { dg-final { scan-tree-dump-not "bit_xor" "dom3"} } */
This page took 0.053039 seconds and 5 git commands to generate.