pr71347.c: Drop xfail.

gcc/testsuite
	* gcc.dg/tree-ssa/pr71347.c: Drop xfail.

From-SVN: r241968
This commit is contained in:
Bin Cheng 2016-11-08 14:09:21 +00:00 committed by Bin Cheng
parent 4c6a4a537d
commit 7c8615b6ae
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-11-08 Bin Cheng <bin.cheng@arm.com>
* gcc.dg/tree-ssa/pr71347.c: Drop xfail.
2016-11-08 Bin Cheng <bin.cheng@arm.com>
* gcc.dg/vect/vect-cond-2.c: Drop 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" } } */