| Index: gcc/gcc/testsuite/gcc.dg/noncompile/20040629-1.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/noncompile/20040629-1.c b/gcc/gcc/testsuite/gcc.dg/noncompile/20040629-1.c
|
| index 3575b839e0141df441e94955529deaf9fefb892f..ff00260a789443470c0e69f544b68cbeb3031fd4 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/noncompile/20040629-1.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/noncompile/20040629-1.c
|
| @@ -5,3 +5,4 @@ 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 } */
|
|
|