re PR testsuite/65506 (FAIL: gcc.dg/pr29215.c scan-tree-dump-not gimple "memcpy")
authorJakub Jelinek <jakub@redhat.com>
Mon, 23 Mar 2015 20:04:43 +0000 (21:04 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 23 Mar 2015 20:04:43 +0000 (21:04 +0100)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr29215.c

index b9f8dc2..1d94255 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
index aa3f82c..9869c85 100644 (file)
@@ -1,6 +1,6 @@
 /* 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))));
 
@@ -29,5 +29,5 @@ main (void)
   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" } } */