Commit b41f8489 by Harald Anlauf Committed by Steven G. Kargl

intrinsic.c (sort_actual): Remove 'is' in error message.

2010-04-20  Harald Anlauf  <anlauf@gmx.de>

	* intrinsic.c (sort_actual): Remove 'is' in error message.

From-SVN: r158577
parent 0e99cb53
2010-04-20 Harald Anlauf <anlauf@gmx.de>
* intrinsic.c (sort_actual): Remove 'is' in error message.
2010-04-20 Paul Thomas <pault@gcc.gnu.org> 2010-04-20 Paul Thomas <pault@gcc.gnu.org>
PR fortran/43227 PR fortran/43227
......
...@@ -3292,7 +3292,7 @@ keywords: ...@@ -3292,7 +3292,7 @@ keywords:
if (f->actual != NULL) if (f->actual != NULL)
{ {
gfc_error ("Argument '%s' is appears twice in call to '%s' at %L", gfc_error ("Argument '%s' appears twice in call to '%s' at %L",
f->name, name, where); f->name, name, where);
return FAILURE; return FAILURE;
} }
......
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