aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/pr19398.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/pr19398.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/pr19398.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/pr19398.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/pr19398.c
deleted file mode 100644
index 60931c0a0..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/pr19398.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-Os -msse -mno-sse3 -mfpmath=387" } */
-
-int test (float a)
-{
- return (a * a);
-}
-
-/* { dg-final { scan-assembler-not "cvttss2si\[^\\n\]*%xmm" } } */