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

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

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

From-SVN: r167645
This commit is contained in:
Steven G. Kargl 2010-12-09 16:02:50 +00:00
parent b9c089d114
commit c022e1cf60
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-12-09 Steven G. Kargl <kargl@gcc.gnu.org>
* check.c (gfc_check_sngl): 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.

View File

@ -3343,7 +3343,7 @@ gfc_check_sngl (gfc_expr *a)
return FAILURE;
if ((a->ts.kind != gfc_default_double_kind)
&& gfc_notify_std (GFC_STD_GNU, "GNU extension: non double precision"
&& gfc_notify_std (GFC_STD_GNU, "GNU extension: non double precision "
"REAL argument to %s intrinsic at %L",
gfc_current_intrinsic, &a->where) == FAILURE)
return FAILURE;