2015-03-23 Jakub Jelinek <jakub@redhat.com>
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Mar 2015 20:04:43 +0000 (20:04 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Mar 2015 20:04:43 +0000 (20:04 +0000)
PR testsuite/65506
* gcc.dg/pr29215.c: Dump and analyze ccp1 dump instead of
gimple dump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221607 138bc75d-0d04-0410-961f-82ee72b054a4

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" } } */