summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/pr49032.c
blob: 9074c75645265144956c8517c1e9d40edca1f056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* PR debug/49032 */
/* { dg-do link } */
/* Prune mips-tfile warning on alpha*-dec-osf* with -gcoff* -O*.  */
/* { dg-prune-output "warning, s not found in .*symbol tables" } */

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;
}