(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pch/
valid-1.c
       1  /* { dg-require-effective-target pch_supported_debug } */
       2  /* { dg-options "-I. -Winvalid-pch -g" } */
       3  
       4  #include "valid-1.h"/* { dg-warning "created with .none. debug info, but used with" } */
       5  /* { dg-error "No such file" "no such file" { target *-*-* } 0 } */
       6  /* { dg-error "they were invalid" "invalid files" { target *-*-* } 0 } */
       7  /* { dg-message "terminated" "" { target *-*-* } 0 } */
       8  
       9  int x;