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:
parent
f0f649c33c
commit
98d4439c04
@ -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>
|
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
|
|||||||
}
|
}
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user