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