fortran-modules.exp (list-module-names-1): Remove warning.
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 22 Mar 2012 12:18:16 +0000 (13:18 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 22 Mar 2012 12:18:16 +0000 (13:18 +0100)
2012-03-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

* lib/fortran-modules.exp (list-module-names-1): Remove
warning.

From-SVN: r185688

gcc/testsuite/ChangeLog
gcc/testsuite/lib/fortran-modules.exp

index 473b0188cfc2f8f348ba37288e4693d6ead64026..7cac7df22698f77f476fcae9bf43eef10eda6f44 100644 (file)
@@ -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
index 4069fb206a965b8a3a309582fa0bf404dcc96b12..ea3de71e1374f87d9adc5041fc319021920f3fad 100644 (file)
@@ -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