diff mbox

[TEST] Drop xfail for gcc.dg/tree-ssa/pr71347.c

Message ID VI1PR0802MB2176805A4A8F934C3661E9D1E7A60@VI1PR0802MB2176.eurprd08.prod.outlook.com
State New
Headers show

Commit Message

Bin Cheng Nov. 8, 2016, 12:39 p.m. UTC
Hi,
With tree pre improvement @239414, test gcc.dg/tree-ssa/pr71347.c no longer xfails.  Given the change is target independent, I am dropping xfail of the test for all targets.

Thanks,
bin

gcc/testsuite/ChangeLog
2016-11-04  Bin Cheng  <bin.cheng@arm.com>

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

Comments

Richard Biener Nov. 8, 2016, 1:06 p.m. UTC | #1
On Tue, Nov 8, 2016 at 1:39 PM, Bin Cheng <Bin.Cheng@arm.com> wrote:
> Hi,
> With tree pre improvement @239414, test gcc.dg/tree-ssa/pr71347.c no longer xfails.  Given the change is target independent, I am dropping xfail of the test for all targets.

Ok.

Richard.

> Thanks,
> bin
>
> gcc/testsuite/ChangeLog
> 2016-11-04  Bin Cheng  <bin.cheng@arm.com>
>
>         * gcc.dg/tree-ssa/pr71347.c: Drop xfail.
diff mbox

Patch

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr71347.c b/gcc/testsuite/gcc.dg/tree-ssa/pr71347.c
index 428e41b..d2f7f05 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/pr71347.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/pr71347.c
@@ -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" } } */