Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.dg
/
debug
/
dwarf2
/
pr71855.c
blob: 4fd8b74f329c34e8a22507933ba9b20799b51525 [
file
] [
log
] [
blame
]
/* { 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 } }