]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/debug/20020104-2.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / debug / 20020104-2.c
diff --git a/gcc/testsuite/gcc.dg/debug/20020104-2.c b/gcc/testsuite/gcc.dg/debug/20020104-2.c
deleted file mode 100644 (file)
index 854d174..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* This testcase used to fail because outlining_inline_function was called
-   too early, before rtl was generated.  */
-/* { dg-do compile } */
-
-int foo (const int *x)
-{
-  char a[*x];
-  return 0;
-}