aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/pr34522.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/pr34522.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/pr34522.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/pr34522.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/pr34522.c
deleted file mode 100644
index eb1e03a77..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/pr34522.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* { dg-options "-O2" } */
-/* { dg-do compile } */
-/* { dg-require-effective-target ia32 } */
-
-int test(long long a, long long b)
-{
- return a * b;
-}
-
-/* Check that we did not spill anything. This is all that is needed
- to qualify the generated code as "decent"... */
-
-/* { dg-final { scan-assembler-not "%e\[sd\]i" } } */