aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/debug-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/debug/debug-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/debug/debug-1.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/testsuite/gcc.dg/debug/debug-1.c b/gcc/testsuite/gcc.dg/debug/debug-1.c
deleted file mode 100644
index b413eb7223f..00000000000
--- a/gcc/testsuite/gcc.dg/debug/debug-1.c
+++ /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;
- }
-}