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

2012-03-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

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

From-SVN: r185688
parent 418b7df3
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> 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
PR target/50751 PR target/50751
......
...@@ -73,7 +73,7 @@ proc list-module-names-1 { file } { ...@@ -73,7 +73,7 @@ proc list-module-names-1 { file } {
set inc "$dir/$include_file" set inc "$dir/$include_file"
unset include_file unset include_file
if {![file readable $inc]} { if {![file readable $inc]} {
warning "Line $lineno includes unreadable file `$inc'" # We do not currently use include path search logic, punt
continue continue
} }
verbose "Line $lineno includes `$inc'" 3 verbose "Line $lineno includes `$inc'" 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment