* 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.
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.
+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.
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 } } */