* gcc.target/i386/cvt-1.c: Don't expect xmm registers.

From-SVN: r121659
This commit is contained in:
Richard Henderson 2007-02-06 10:15:46 -08:00 committed by Richard Henderson
parent 0469f461f3
commit 6728236fe9
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2007-02-06 Richard Henderson <rth@redhat.com>
* gcc.target/i386/cvt-1.c: Don't expect xmm registers.
2007-02-06 Roger Sayle <roger@eyesopen.com>
* gcc.target/powerpc/popcount-1.c: New test case.

View file

@ -1,7 +1,7 @@
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -march=k8 -mfpmath=sse" } */
/* { dg-final { scan-assembler "cvttsd2si\[^\\n\]*xmm" } } */
/* { dg-final { scan-assembler "cvttss2si\[^\\n\]*xmm" } } */
/* { dg-final { scan-assembler "cvttsd2si" } } */
/* { dg-final { scan-assembler "cvttss2si" } } */
int a,a1;
double b;
float b1;