pr71347.c: Put back XFAIL on sparc.

2017-03-31  Richard Biener  <rguenther@suse.de>
 
	* gcc.dg/tree-ssa/pr71347.c: Put back XFAIL on sparc.

From-SVN: r246612
This commit is contained in:
Richard Biener 2017-03-31 09:18:18 +00:00 committed by Richard Biener
parent c412c01a67
commit eceb24097b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-03-31 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/pr71347.c: Put back XFAIL on sparc.
2017-03-31 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/pr71347.c: Put back XFAIL.

View File

@ -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" { xfail { ia64-*-* arm*-*-* m68k*-*-* sparc*-*-* } } } } */