summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/lib/fortran-modules.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 473b0188cfc..7cac7df2269 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
+ * lib/fortran-modules.exp (list-module-names-1): Remove
+ warning.
+
2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
PR target/50751
diff --git a/gcc/testsuite/lib/fortran-modules.exp b/gcc/testsuite/lib/fortran-modules.exp
index 4069fb206a9..ea3de71e137 100644
--- a/gcc/testsuite/lib/fortran-modules.exp
+++ b/gcc/testsuite/lib/fortran-modules.exp
@@ -73,7 +73,7 @@ proc list-module-names-1 { file } {
set inc "$dir/$include_file"
unset include_file
if {![file readable $inc]} {
- warning "Line $lineno includes unreadable file `$inc'"
+ # We do not currently use include path search logic, punt
continue
}
verbose "Line $lineno includes `$inc'" 3
OpenPOWER on IntegriCloud