summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/pr49032.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/debug/pr49032.c')
-rw-r--r--gcc/testsuite/gcc.dg/debug/pr49032.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/testsuite/gcc.dg/debug/pr49032.c b/gcc/testsuite/gcc.dg/debug/pr49032.c
deleted file mode 100644
index 3985040d71..0000000000
--- a/gcc/testsuite/gcc.dg/debug/pr49032.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* PR debug/49032 */
-/* { dg-do link } */
-
-static int s = 42;
-
-int
-main ()
-{
- int *l[18] = { &s, &s, &s, &s, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
- return 0;
-}