ldp_vec_64_1.c: Xfail.

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

From-SVN: r244934
This commit is contained in:
Bin Cheng 2017-01-26 15:04:27 +00:00 committed by Bin Cheng
parent bc9efeab61
commit e39dd8029d
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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>
PR libstdc++/79190

View file

@ -13,4 +13,6 @@ foo (int32x2_t *foo, int32x2_t *bar)
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 *-*-* } } } */