]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gfortran.dg/include_18.f90
Fortran: Improve -Wmissing-include-dirs warnings [PR55534]
[thirdparty/gcc.git] / gcc / testsuite / gfortran.dg / include_18.f90
1 ! { dg-do compile }
2 ! { dg-options "-I nothere -J neither/here -Wmissing-include-dirs" }
3 end
4 ! { dg-warning "Nonexistent include directory 'nothere/'" "" { target *-*-* } 0 }
5 ! { dg-warning "Nonexistent include directory 'neither/here/'" "" { target *-*-* } 0 }