Commit 98d4439c by Steven G. Kargl

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
parent f0f649c3
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> 2016-07-08 Cesar Philippidis <cesar@codesourcery.com>
* parse.c (matcha): Define. * parse.c (matcha): Define.
......
...@@ -6183,8 +6183,7 @@ gfc_simplify_spread (gfc_expr *source, gfc_expr *dim_expr, gfc_expr *ncopies_exp ...@@ -6183,8 +6183,7 @@ gfc_simplify_spread (gfc_expr *source, gfc_expr *dim_expr, gfc_expr *ncopies_exp
} }
else else
{ {
gfc_error ("Simplification of SPREAD at %L not yet implemented", gfc_error ("Simplification of SPREAD at %C not yet implemented");
&source->where);
return &gfc_bad_expr; return &gfc_bad_expr;
} }
......
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