summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/valid-1.c
blob: 1bf7d914467e25f0a34432c8aa329efe2282d6ae (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" "no such file" { target *-*-* } 3 } */
/* { dg-error "they were invalid" "invalid files" { target *-*-* } 3 } */

int x;