blob: ff00260a789443470c0e69f544b68cbeb3031fd4 (
plain)
1
2
3
4
5
6
7
8
|
/* PR 16216 */
void func()
{
const char *pek; int i;
pek=__builtin_va_arg(ap,const char*); /* { dg-error "" } */
}
/* { dg-message "undeclared identifier is reported only once" "reminder" { target *-*-* } 0 } */
|