Commit b9c089d1 by Steven G. Kargl

check.c (gfc_check_float): Insert missing space in error message.

2010-12-09  Steven G. Kargl  <kargl@gcc.gnu.org>

	* check.c (gfc_check_float): Insert missing space in error message.

From-SVN: r167643
parent 54e348cb
2010-12-09 Steven G. Kargl <kargl@gcc.gnu.org>
* check.c (gfc_check_float): Insert missing space in error message.
2010-12-07 Tobias Burnus <burnus@net-b.de>
PR fortran/44352
......
......@@ -1497,7 +1497,7 @@ gfc_check_float (gfc_expr *a)
return FAILURE;
if ((a->ts.kind != gfc_default_integer_kind)
&& gfc_notify_std (GFC_STD_GNU, "GNU extension: non-default INTEGER"
&& gfc_notify_std (GFC_STD_GNU, "GNU extension: non-default INTEGER "
"kind argument to %s intrinsic at %L",
gfc_current_intrinsic, &a->where) == 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