re PR testsuite/50322 ([avr]: fail: gcc.dg/tree-ssa/ivopts-lt.c)
PR tree-optimization/50322 * gcc.dg/tree-ssa/ivopts-lt.c: Add xfails for avr. From-SVN: r178646
This commit is contained in:
parent
8ffa0351a5
commit
74a73e8be4
@ -1,3 +1,8 @@
|
||||
2011-09-07 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR tree-optimization/50322
|
||||
* gcc.dg/tree-ssa/ivopts-lt.c: Add xfails for avr.
|
||||
|
||||
2011-09-07 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* g++.dg/tree-ssa/pr49911.C: Added flag -fstrict-enums.
|
||||
|
@ -14,7 +14,8 @@ f1 (char *p, unsigned long int i, unsigned long int n)
|
||||
while (i < n);
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "PHI" 1 "ivopts"} } */
|
||||
/* For the fails on avr see PR tree-optimization/50322. */
|
||||
/* { dg-final { scan-tree-dump-times "PHI" 1 "ivopts" { xfail { "avr-*-*" } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "PHI <p_" 1 "ivopts"} } */
|
||||
/* { dg-final { scan-tree-dump-times "p_\[0-9\]* <" 1 "ivopts"} } */
|
||||
/* { dg-final { scan-tree-dump-times "p_\[0-9\]* <" 1 "ivopts" { xfail { "avr-*-*" } } } } */
|
||||
/* { dg-final { cleanup-tree-dump "ivopts" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user