mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 18:31:48 +08:00
re PR testsuite/65506 (FAIL: gcc.dg/pr29215.c scan-tree-dump-not gimple "memcpy")
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
This commit is contained in:
parent
fc6a2c5d9a
commit
d197a9fd10
@ -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.
|
||||
|
||||
|
@ -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" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user