2015-03-23 Jakub Jelinek <jakub@redhat.com>
PR testsuite/65506
* gcc.dg/pr29215.c: Dump and analyze ccp1 dump instead of
gimple dump.
From-SVN: r221607
2015-03-23 Jakub Jelinek <jakub@redhat.com>
+ PR testsuite/65506
+ * gcc.dg/pr29215.c: Dump and analyze ccp1 dump instead of
+ gimple dump.
+
PR target/65523
* gcc.target/i386/pr65523.c: New test.
/* PR middle-end/29215 */
/* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-gimple" } */
+/* { dg-options "-O2 -fdump-tree-ccp1" } */
char buf[5 * sizeof (int) + 1] __attribute__((aligned (__alignof__ (int))));
return 0;
}
-/* { dg-final { scan-tree-dump-not "memcpy" "gimple" } } */
-/* { dg-final { cleanup-tree-dump "gimple" } } */
+/* { dg-final { scan-tree-dump-not "memcpy" "ccp1" } } */
+/* { dg-final { cleanup-tree-dump "ccp1" } } */