m68k: Add -mlra
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / valid-1.c
blobb950d0d4c64cfad87235b46c3f8d3da6d8b67e6b
1 /* { dg-options "-I. -Winvalid-pch -g" } */
3 #include "valid-1.h"/* { dg-warning "created with .none. debug info, but used with" } */
4 /* { dg-error "No such file" "no such file" { target *-*-* } 0 } */
5 /* { dg-error "they were invalid" "invalid files" { target *-*-* } 0 } */
6 /* { dg-message "terminated" "" { target *-*-* } 0 } */
8 int x;