Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / cpp / Wmissingdirs.c
blob915aaa8de9885b5f9fa93e501c94af39908167c0
1 /* { dg-do preprocess } */
2 /* { dg-options "-std=gnu99 -I /jolly/well/better/not/exist -Wmissing-include-dirs -fno-show-column" } */
4 /* Test that -Wmissing-include-dirs issues a warning when a specified
5 directory does not exist. Source Ben Elliston, 2004-05-13. */
7 /* { dg-warning "No such file or directory" "-Wmissing-include-dirs" { target *-*-* } 0 } */