This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][RFC] Fix P1 PR77498


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]