aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/noncompile/20040629-1.c
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 } */