We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8cfe3 commit 0a5ec80Copy full SHA for 0a5ec80
gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
1
+2009-04-09 Richard Guenther <[email protected]>
2
+
3
+ PR testsuite/39696
4
+ * ssa-ccp-25.c: Adjust pattern.
5
6
2009-04-09 Janus Weil <[email protected]>
7
8
PR fortran/36704
gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-25.c
@@ -8,7 +8,7 @@ int foo(int i)
return *(p + i);
9
}
10
11
-/* { dg-final { scan-tree-dump "&a\\\[D\\\." "ccp1" } } */
12
-/* { dg-final { scan-tree-dump "= a\\\[D\\\." "forwprop1" } } */
+/* { dg-final { scan-tree-dump "&a\\\[\[iD\]\\\." "ccp1" } } */
+/* { dg-final { scan-tree-dump "= a\\\[\[iD\]\\\." "forwprop1" } } */
13
/* { dg-final { cleanup-tree-dump "ccp1" } } */
14
/* { dg-final { cleanup-tree-dump "forwprop1" } } */
0 commit comments