pr71347.c: Put back XFAIL.

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

From-SVN: r246611
This commit is contained in:
Richard Biener 2017-03-31 09:14:52 +00:00 committed by Richard Biener
parent af88f55707
commit c412c01a67
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.
2017-03-31 Jakub Jelinek <jakub@redhat.com>
PR libstdc++/80251

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" } } */
/* { dg-final { scan-tree-dump-not ".* = MEM.*;" "optimized" { xfail { ia64-*-* arm*-*-* m68k*-*-* } } } } */