Commit 2e01b766 by Uros Bizjak Committed by Uros Bizjak

re PR testsuite/45987 (gcc.target/i386/push-1.c XPASSes on Solaris 10+/x86)

	PR testsuite/45987
	* gcc.target/i386/push-1.c: Remove.

From-SVN: r165600
parent 2a4337c0
2010-10-17 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/45987
* gcc.target/i386/push-1.c: Remove.
2010-10-17 Uros Bizjak <ubizjak@gmail.com>
H.J. Lu <hongjiu.lu@intel.com>
PR target/46051
......
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* { dg-options "-w -msse2 -Os" } */
typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
extern void foo (__m128 x, __m128 y ,__m128 z ,__m128 a, int size);
void
bar (void)
{
__m128 x = { 1.0 };
foo (x, x, x, x, 5);
}
/* { dg-final { scan-assembler-not "movups" { xfail { ! *-*-darwin* } } } } */
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