OSDN Git Service

* gcc.target/i386/20000609-1.c, gcc.target/i386/20000614-1.c,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 991209-1.c
diff --git a/gcc/testsuite/gcc.dg/991209-1.c b/gcc/testsuite/gcc.dg/991209-1.c
deleted file mode 100644 (file)
index ab455da..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
-/* { dg-options "-ansi -pedantic" } */
-
-int foo ()
-{
-  return 1;
-}
-
-register char *stack_ptr __asm ("%esp"); /* { dg-warning "warning: file-scope declaration of 'stack_ptr' specifies 'register'" } */