]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/debug/debug-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / debug / debug-1.c
diff --git a/gcc/testsuite/gcc.dg/debug/debug-1.c b/gcc/testsuite/gcc.dg/debug/debug-1.c
deleted file mode 100644 (file)
index b413eb7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Verify that the scheduler does not discard the lexical block.  */
-/* { dg-do compile } */
-/* { dg-options "-dA" } */
-/* { dg-final { scan-assembler "xyzzy" } } */
-
-long foo(long p)
-{
-  {
-    long xyzzy = 0;
-    if (p)
-      xyzzy = 2;
-    return xyzzy;
-  }
-}