mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 11:00:37 +08:00
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
This commit is contained in:
parent
66403286e3
commit
813fb18bac
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
PR tree-opt/29788
|
||||
|
@ -24,7 +24,7 @@ program foo
|
||||
interface
|
||||
import ! { dg-error "only permitted in an INTERFACE body" }
|
||||
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
|
||||
subroutine test()
|
||||
import :: ! { dg-error "Expecting list of named entities" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user