abi-1.c: Use scan-assembler-times "..." 1 instead of scan-assembler to check for xmm0...

* gcc.target/i386/abi-1.c: Use scan-assembler-times "..." 1 instead of
	scan-assembler to check for xmm0 register.

From-SVN: r144349
This commit is contained in:
Uros Bizjak 2009-02-21 10:34:36 +01:00
parent 2ec62529e9
commit f814e489fe
3 changed files with 9 additions and 3 deletions

View file

@ -7,6 +7,7 @@
* emit-rtl.c: ...here.
2009-02-21 Danny Smith <dannysmith@users.sourceforge.net>
* config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Revert
accidental and undocumented change at revision 140860.
@ -18,7 +19,7 @@
types_compatible_p langhook.
2009-02-20 Mark Mitchell <mark@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* config/arm/arm.c (arm_builtin_va_list): New function.
(arm_expand_builtin_va_start): Likewise.

View file

@ -1,5 +1,10 @@
2009-02-21 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/abi-1.c: Use scan-assembler-times "..." 1 instead of
scan-assembler to check for xmm0 register.
2009-02-20 Mark Mitchell <mark@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* gcc.target/arm/va_list.c: New test.
* g++.dg/abi/arm_va_list.C: Likewise.

View file

@ -5,4 +5,4 @@
typedef double v2df __attribute__((vector_size (16)));
v2df foo (void) { return (v2df){ 1.0, 2.0 }; }
/* { dg-final { scan-assembler "xmm0" } } */
/* { dg-final { scan-assembler-times "xmm0" 1 } } */