Skip to content
Snippets Groups Projects
Commit c412c01a authored by Richard Biener's avatar Richard Biener Committed by Richard Biener
Browse files

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
parent af88f557
No related branches found
No related tags found
No related merge requests found
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> 2017-03-31 Jakub Jelinek <jakub@redhat.com>
PR libstdc++/80251 PR libstdc++/80251
......
...@@ -14,4 +14,4 @@ void foo (void) ...@@ -14,4 +14,4 @@ void foo (void)
} }
/* Load of X[i - i] can be omitted by reusing X[i] in previous iteration. */ /* 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*-*-* } } } } */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment