Commit e39dd802 by Bin Cheng Committed by Bin Cheng

ldp_vec_64_1.c: Xfail.

	gcc/testsuite
	* gcc.target/aarch64/ldp_vec_64_1.c: Xfail.

From-SVN: r244934
parent bc9efeab
2017-01-26 Bin Cheng <bin.cheng@arm.com>
* gcc.target/aarch64/ldp_vec_64_1.c: Xfail.
2017-01-26 Jonathan Wakely <jwakely@redhat.com> 2017-01-26 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/79190 PR libstdc++/79190
......
...@@ -13,4 +13,6 @@ foo (int32x2_t *foo, int32x2_t *bar) ...@@ -13,4 +13,6 @@ foo (int32x2_t *foo, int32x2_t *bar)
foo[i] = bar[i] + bar[i + 1]; foo[i] = bar[i] + bar[i + 1];
} }
/* { dg-final { scan-assembler "ldp\td\[0-9\]+, d\[0-9\]" } } */ /* Xfail for now since IVOPT doesn't choose [base+offset] addressing mode.
See PR79213. */
/* { dg-final { scan-assembler "ldp\td\[0-9\]+, d\[0-9\]" { xfail *-*-* } } } */
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