diff mbox

[testsuite,committed] : gcc.dg/tree-ssa/ivopts-lt.c add xfails for avr.

Message ID 4E679877.6010804@gjlay.de
State New
Headers show

Commit Message

Georg-Johann Lay Sept. 7, 2011, 4:14 p.m. UTC
Committed this patch as requested by Tom de Vries:
http://gcc.gnu.org/viewcvs?view=revision&revision=178646

Johann

	PR tree-optimization/50322
	* gcc.dg/tree-ssa/ivopts-lt.c: Add xfails for avr.

"avr-*-*" } } } } */
 /* { dg-final { cleanup-tree-dump "ivopts" } } */
diff mbox

Patch

Index: gcc.dg/tree-ssa/ivopts-lt.c
===================================================================
--- gcc.dg/tree-ssa/ivopts-lt.c (revision 178645)
+++ gcc.dg/tree-ssa/ivopts-lt.c (working copy)
@@ -14,7 +14,8 @@  f1 (char *p, unsigned long int i, unsign
   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 {