OSDN Git Service

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