Commit 2c0846e4 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* gfortran.dg/bind_c_module.f90: Adjust expected error messages.

From-SVN: r135530
parent bfe69700
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
dump file.
......
......@@ -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" } }
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