summaryrefslogtreecommitdiff
path: root/gcc/testsuite/lib/fortran-modules.exp
diff options
context:
space:
mode:
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-22 12:18:16 +0000
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-22 12:18:16 +0000
commit8a46f8802ed37371a413037ecc9d1863331e21b9 (patch)
tree23eb94bb9e979ce1d7f84c1d0793a68a9a54f910 /gcc/testsuite/lib/fortran-modules.exp
parent8ca02f714b08d5ada3b657635de96ad0fe0af6ba (diff)
downloadgcc-8a46f8802ed37371a413037ecc9d1863331e21b9.tar.gz
2012-03-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* lib/fortran-modules.exp (list-module-names-1): Remove warning. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185688 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/lib/fortran-modules.exp')
-rw-r--r--gcc/testsuite/lib/fortran-modules.exp2
1 files changed, 1 insertions, 1 deletions
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