aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/pr71855.c
blob: 4fd8b74f329c34e8a22507933ba9b20799b51525 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-O0 -g -dA" } */

// Test that there is only one DW_TAG_unspecified_parameters DIE.

void
foo (const char *format, ...)
{
}

// { dg-final { scan-assembler-times "DIE.*DW_TAG_unspecified_parameters" 1 } }