Commit 813fb18b by Steven G. Kargl

import3.f90: Fix error message.

2006-11-15  Steven G. Kargl  <kargl@gcc.gnu.org>

        * gfortran.dg/import3.f90: Fix error message.

From-SVN: r118868
parent 66403286
2006-11-15 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.dg/import3.f90: Fix error message.
2006-11-15 Andrew Pinski <andrew_pinski@playstation.sony.com> 2006-11-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR tree-opt/29788 PR tree-opt/29788
...@@ -24,7 +24,7 @@ program foo ...@@ -24,7 +24,7 @@ program foo
interface interface
import ! { dg-error "only permitted in an INTERFACE body" } import ! { dg-error "only permitted in an INTERFACE body" }
subroutine bar() subroutine bar()
import foob ! { dg-error "Can not IMPORT 'foob' from host scoping unit" } import foob ! { dg-error "Cannot IMPORT 'foob' from host scoping unit" }
end subroutine bar end subroutine bar
subroutine test() subroutine test()
import :: ! { dg-error "Expecting list of named entities" } import :: ! { dg-error "Expecting list of named entities" }
......
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