OSDN Git Service

2012-04-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / 20040629-1.c
1 /* PR 16216 */
2
3 void func()
4 {
5         const char *pek; int i;
6         pek=__builtin_va_arg(ap,const char*);   /* { dg-error "" } */
7 }
8 /* { dg-message "undeclared identifier is reported only once" "reminder" { target *-*-* } 0 } */