2018-01-08 Steven G. Kargl <kargl@gcc.gnu.org>
* expr.c (gfc_check_pointer_assign): Fix typo in comment.
From-SVN: r256352
+2018-01-08 Steven G. Kargl <kargl@gcc.gnu.org>
+
+ * expr.c (gfc_check_pointer_assign): Fix typo in comment.
+
2018-01-08 Paul Thomas <pault@gcc.gnu.org>
PR fortran/83611
/* Error for assignments of contiguous pointers to targets which is not
contiguous. Be lenient in the definition of what counts as
- congiguous. */
+ contiguous. */
if (lhs_attr.contiguous && !gfc_is_simply_contiguous (rvalue, false, true))
gfc_error ("Assignment to contiguous pointer from non-contiguous "