On Fri, 31 Mar 2017, Rainer Orth wrote: > Hi Christophe, > > > With this patch, the following testcase now fails on arm* targets: > > gcc.dg/tree-ssa/pr71347.c scan-tree-dump-not optimized ".* = MEM.*;" > > same on Solaris/SPARC.
I've reverted r241968 with (patch reverted). It doesn't include sparc, so please amend as you see fit. Richard. 2017-03-31 Richard Biener <rguent...@suse.de> * gcc.dg/tree-ssa/pr71347.c: Put back XFAIL. Index: gcc/testsuite/gcc.dg/tree-ssa/pr71347.c =================================================================== --- gcc/testsuite/gcc.dg/tree-ssa/pr71347.c (revision 241967) +++ gcc/testsuite/gcc.dg/tree-ssa/pr71347.c (revision 241968) @@ -14,4 +14,4 @@ void foo (void) } /* Load of X[i - i] can be omitted by reusing X[i] in previous iteration. */ -/* { dg-final { scan-tree-dump-not ".* = MEM.*;" "optimized" { xfail { ia64-*-* arm*-*-* m68k*-*-* } } } } */ +/* { dg-final { scan-tree-dump-not ".* = MEM.*;" "optimized" } } */