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:
Georg-Johann Lay 2011-09-07 16:09:12 +00:00 committed by Georg-Johann Lay
parent 8ffa0351a5
commit 74a73e8be4
2 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

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