re PR tree-optimization/35629 (gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails)
PR tree-optimization/35629 * gcc.dg/tree-ssa/loop-25.c: Xfail all but the first scan-tree-dump-times. From-SVN: r134339
This commit is contained in:
parent
741ed6dcb2
commit
78347d7233
2 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-04-16 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
PR tree-optimization/35629
|
||||
* gcc.dg/tree-ssa/loop-25.c: Xfail all but the first
|
||||
scan-tree-dump-times.
|
||||
|
||||
2008-04-15 Samuel Tardieu <sam@rfc1149.net>
|
||||
|
||||
PR ada/22387
|
||||
|
|
|
@ -119,10 +119,11 @@ void test5 (void)
|
|||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "Disambiguating loop" 5 "profile" } } */
|
||||
/* { dg-final { scan-tree-dump-times "Found latch edge" 5 "profile" } } */
|
||||
/* { dg-final { scan-tree-dump-times "Merged latch edges" 2 "profile" } } */
|
||||
/* { dg-final { scan-tree-dump-times "4 loops found" 2 "profile" } } */
|
||||
/* { dg-final { scan-tree-dump-times "3 loops found" 2 "profile" } } */
|
||||
/* { dg-final { scan-tree-dump-times "2 loops found" 1 "profile" } } */
|
||||
/* For the following xfail marks, see PR35629. */
|
||||
/* { dg-final { scan-tree-dump-times "Found latch edge" 5 "profile" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "Merged latch edges" 2 "profile" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "4 loops found" 2 "profile" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "3 loops found" 2 "profile" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "2 loops found" 1 "profile" { xfail *-*-* } } } */
|
||||
|
||||
/* { dg-final { cleanup-tree-dump "profile" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue