diff mbox

[Fortran,committed] Remove redundant word.

Message ID 20110920162912.GA55585@troutmask.apl.washington.edu
State New
Headers show

Commit Message

Steve Kargl Sept. 20, 2011, 4:29 p.m. UTC
I've committed the following patch under the obviously
correct rule.

2011-09-20  Steven G. Kargl  <kargl@gcc.gnu.org>

        * check.c (gfc_check_c_sizeof): Remove redundant word.

Comments

H.J. Lu Sept. 20, 2011, 10:55 p.m. UTC | #1
On Tue, Sep 20, 2011 at 9:29 AM, Steve Kargl
<sgk@troutmask.apl.washington.edu> wrote:
> I've committed the following patch under the obviously
> correct rule.
>
> 2011-09-20  Steven G. Kargl  <kargl@gcc.gnu.org>
>
>        * check.c (gfc_check_c_sizeof): Remove redundant word.
>
>

You may need to update

gfortran.dg/storage_size_2.f08:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50469
diff mbox

Patch

Index: check.c
===================================================================
--- check.c	(revision 179008)
+++ check.c	(working copy)
@@ -3489,7 +3489,7 @@  gfc_check_c_sizeof (gfc_expr *arg)
 {
   if (verify_c_interop (&arg->ts) != SUCCESS)
     {
-      gfc_error ("'%s' argument of '%s' intrinsic at %L must be be an "
+      gfc_error ("'%s' argument of '%s' intrinsic at %L must be an "
 		 "interoperable data entity",
 		 gfc_current_intrinsic_arg[0]->name, gfc_current_intrinsic,
 		 &arg->where);