blob: 3842dbc0270b5a451d06cf5c5acf8157bf16ffd1 (
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 { xfail { powerpc-ibm-aix* } } } }
|