re PR fortran/68426 (Simplification of SPREAD with a derived type element is unimplemented)

2016-07-08  Steven G. Kargl  <kargl@gcc.gnu.org>

	PR fortran/68426
	* simplify (gfc_simplify_spread): Adjust locus.

From-SVN: r238186
This commit is contained in:
Steven G. Kargl 2016-07-08 22:24:44 +00:00
parent f0f649c33c
commit 98d4439c04
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2016-07-08 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/68426
* simplify (gfc_simplify_spread): Adjust locus.
2016-07-08 Cesar Philippidis <cesar@codesourcery.com>
* parse.c (matcha): Define.

View File

@ -6183,8 +6183,7 @@ gfc_simplify_spread (gfc_expr *source, gfc_expr *dim_expr, gfc_expr *ncopies_exp
}
else
{
gfc_error ("Simplification of SPREAD at %L not yet implemented",
&source->where);
gfc_error ("Simplification of SPREAD at %C not yet implemented");
return &gfc_bad_expr;
}