]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/991214-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / 991214-1.c
diff --git a/gcc/testsuite/gcc.dg/991214-1.c b/gcc/testsuite/gcc.dg/991214-1.c
deleted file mode 100644 (file)
index c8e3a04..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* { dg-do compile { target i?86-*-* } } */
-/* { dg-options "-O2" } */
-
-/* Test against a problem with the combiner substituting explicit hard reg
-   references when it shouldn't.  */
-void foo (int, int) __attribute__ ((regparm (3)));
-void foo (int x, int y)
-{
-  __asm__ __volatile__("" : : "d" (x), "r" (y));
-}