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.

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 {
"avr-*-*" } } } } */
 /* { dg-final { cleanup-tree-dump "ivopts" } } */

Reply via email to