2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / valid-1.c
blob1bf7d914467e25f0a34432c8aa329efe2282d6ae
1 /* { dg-options "-I. -Winvalid-pch -g" } */
3 #include "valid-1.h"/* { dg-warning "created with -gnone, but used with -g" } */
4 /* { dg-error "No such file" "no such file" { target *-*-* } 3 } */
5 /* { dg-error "they were invalid" "invalid files" { target *-*-* } 3 } */
7 int x;