Commit 74a73e8b by Georg-Johann Lay Committed by Georg-Johann Lay

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
parent 8ffa0351
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> 2011-09-07 Martin Jambor <mjambor@suse.cz>
* g++.dg/tree-ssa/pr49911.C: Added flag -fstrict-enums. * 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) ...@@ -14,7 +14,8 @@ f1 (char *p, unsigned long int i, unsigned long int n)
while (i < 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 "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" } } */ /* { dg-final { cleanup-tree-dump "ivopts" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment