aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/include_15.f90
blob: 18d91f6cd324bfb26fcb2ee836073f701f2340dd (plain)
1
2
3
4
5
6
7
8
9
! { dg-additional-options "-cpp -idirafter /fdaf/ -I bar -J foo/bar -Wmissing-include-dirs" }
end

! { dg-warning " /fdaf/: No such file or directory" "" { target *-*-* } 0 }
! { dg-warning " bar: No such file or directory" "" { target *-*-* } 0 }
! { dg-warning " foo/bar: No such file or directory" "" { target *-*-* } 0 }

! Depending how the testsuite is run, it may or may not print the following warning:
! { dg-prune-output "Warning: finclude: No such file or directory" }