From: aldot Date: Thu, 22 Mar 2012 12:18:16 +0000 (+0000) Subject: 2012-03-22 Bernhard Reutner-Fischer X-Git-Tag: upstream/4.9.2~13626 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a46f8802ed37371a413037ecc9d1863331e21b9;p=platform%2Fupstream%2Flinaro-gcc.git 2012-03-22 Bernhard Reutner-Fischer * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 473b018..7cac7df 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-03-22 Bernhard Reutner-Fischer + + * lib/fortran-modules.exp (list-module-names-1): Remove + warning. + 2012-03-21 Oleg Endo PR target/50751 diff --git a/gcc/testsuite/lib/fortran-modules.exp b/gcc/testsuite/lib/fortran-modules.exp index 4069fb2..ea3de71 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