gcc/testsuite/
PR fortran/102500
* gfortran.dg/include_15.f90: Add 'dg-prune-output' to prune
-Wmissing-include-dirs output printed or not depending on
how the testsuite is run.
(cherry picked from commit
ce450af5087b95001b003184b8ecc2c9bbf65378)
+2021-09-28 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2021-09-28 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/102500
+ * gfortran.dg/include_15.f90: Add 'dg-prune-output' to prune
+ -Wmissing-include-dirs output printed or not depending on
+ how the testsuite is run.
+
2021-09-28 Tobias Burnus <tobias@codesourcery.com>
Backported from master:
! { 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" }