summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/valid-1.c
blob: 256ed8f7ff758870e26460c05f305d63e7e191d9 (plain)
1
2
3
4
5
6
7
/* { dg-options "-I. -Winvalid-pch -g" } */

#include "valid-1.h"/* { dg-warning "created with -gnone, but used with -g" } */
/* { dg-error "No such file" "" { target *-*-* } 3 } */
/* { dg-error "they were invalid" "" { target *-*-* } 3 } */

int x;