vfp-1.c (test_ldst): Fixed fsts test to scan for newline '\n'.

2011-01-01  Chung-Lin Tang  <cltang@codesourcery.com>

	* gcc.target/arm/vfp-1.c (test_ldst): Fixed fsts test to
	scan for newline '\n'.

From-SVN: r168388
This commit is contained in:
Chung-Lin Tang 2011-01-01 08:52:03 +00:00 committed by Chung-Lin Tang
parent 043afb392e
commit 49e3888358
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-01-01 Chung-Lin Tang <cltang@codesourcery.com>
* gcc.target/arm/vfp-1.c (test_ldst): Fixed fsts test to
scan for newline '\n'.
2010-12-31 Paul Koning <ni1d@arrl.net>
* gcc.c-torture/compile/pr46534.c: Skip if pdp11.

View File

@ -129,7 +129,7 @@ void test_ldst (float f[], double d[]) {
/* { dg-final { scan-assembler "flds.+ \\\[r0, #1020\\\]" } } */
/* { dg-final { scan-assembler "flds.+ \\\[r0, #-1020\\\]" } } */
/* { dg-final { scan-assembler "add.+ r0, #1024" } } */
/* { dg-final { scan-assembler "fsts.+ \\\[r0, #0\\\]$" } } */
/* { dg-final { scan-assembler "fsts.+ \\\[r0, #0\\\]\n" } } */
f[256] = f[255] + f[-255];
/* { dg-final { scan-assembler "fldd.+ \\\[r1, #1016\\\]" } } */