Commit 40ebf57b by Steven G. Kargl

check.c (gfc_check_c_sizeof): Remove redundant word.

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

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

From-SVN: r179009
parent 3c365907
2011-09-20 Steven G. Kargl <kargl@gcc.gnu.org>
* check.c (gfc_check_c_sizeof): Remove redundant word.
2011-09-20 Simon Baldwin <simonb@google.com> 2011-09-20 Simon Baldwin <simonb@google.com>
* module.c (gfc_dump_module): Omit timestamp from output. * module.c (gfc_dump_module): Omit timestamp from output.
......
...@@ -3489,7 +3489,7 @@ gfc_check_c_sizeof (gfc_expr *arg) ...@@ -3489,7 +3489,7 @@ gfc_check_c_sizeof (gfc_expr *arg)
{ {
if (verify_c_interop (&arg->ts) != SUCCESS) 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", "interoperable data entity",
gfc_current_intrinsic_arg[0]->name, gfc_current_intrinsic, gfc_current_intrinsic_arg[0]->name, gfc_current_intrinsic,
&arg->where); &arg->where);
......
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