Commit 8422c296 by Wilco Dijkstra Committed by Wilco Dijkstra

[testsuite] Remove xfail from vect-abs-compile.c

Since PR64946 has been fixed, we can remove the xfail from this test.
Committed as obvious.

    testsuite/
	PR tree-optimization/64946
	* gcc.target/aarch64/vect-abs-compile.c: Remove xfail.

From-SVN: r261698
parent eede1a6b
2018-06-18 Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/64946
* gcc.target/aarch64/vect-abs-compile.c: Remove xfail.
2018-06-17 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/debug/dwarf2/pr37726.c: Move to...
......
......@@ -6,8 +6,7 @@
#include "vect-abs.x"
/* XFAIL due to PR tree-optimization/64946. */
/* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.16b" { xfail *-*-* } } } */
/* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.8h" { xfail *-*-* } } } */
/* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.16b" } } */
/* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.8h" } } */
/* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.4s" } } */
/* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.2d" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment