From 2c0846e4f52d9dbf872f83d0d3062e8d7df7cc7a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Mon, 19 May 2008 14:01:40 +0000 Subject: [PATCH] * gfortran.dg/bind_c_module.f90: Adjust expected error messages. From-SVN: r135530 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gfortran.dg/bind_c_module.f90 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7953aa7e028..aed54cb0b9d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-05-19 Francois-Xavier Coudert + + * gfortran.dg/bind_c_module.f90: Adjust expected error messages. + 2008-05-19 Francois-Xavier Coudert * gfortran.dg/char_cast_1.f90: Adjust count in scanning the tree diff --git a/gcc/testsuite/gfortran.dg/bind_c_module.f90 b/gcc/testsuite/gfortran.dg/bind_c_module.f90 index 58aba2b345b..a17f5d0b34b 100644 --- a/gcc/testsuite/gfortran.dg/bind_c_module.f90 +++ b/gcc/testsuite/gfortran.dg/bind_c_module.f90 @@ -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" } } -- 2.30.2