mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 03:40:26 +08:00
* gfortran.dg/bind_c_module.f90: Adjust expected error messages.
From-SVN: r135530
This commit is contained in:
parent
bfe69700db
commit
2c0846e4f5
@ -1,3 +1,7 @@
|
||||
2008-05-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/bind_c_module.f90: Adjust expected error messages.
|
||||
|
||||
2008-05-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/char_cast_1.f90: Adjust count in scanning the tree
|
||||
|
@ -10,13 +10,13 @@ module b
|
||||
use iso_c_binding
|
||||
use a
|
||||
implicit none
|
||||
bind(c) :: a ! { dg-error "attribute applied to" }
|
||||
bind(c) :: a ! { dg-error "applied to" }
|
||||
end module b
|
||||
|
||||
! Causes ICE
|
||||
module d
|
||||
use a
|
||||
implicit none
|
||||
bind(c) :: a ! { dg-error "attribute applied to" }
|
||||
bind(c) :: a ! { dg-error "applied to" }
|
||||
end module d
|
||||
! { dg-final { cleanup-modules "a" } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user