2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / format / va-1.c
blob5f5eeab4e84736ba4062c33ea83851c005033217
1 /* Test for strange warning in format checking. */
2 /* Origin: Joseph Myers <jsm28@cam.ac.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "-Wformat" } */
6 #include "format.h"
8 void
9 foo (void *p)
11 printf ("%d", p); /* { dg-bogus "va_list" "wrong type in format warning" } */
12 /* { dg-warning "format" "format error" { target *-*-* } 11 } */