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
This commit is contained in:
Bernhard Reutner-Fischer 2012-03-22 13:18:16 +01:00
parent 418b7df30a
commit 0560508e34
2 changed files with 6 additions and 1 deletions

View 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

View 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