From: Steven G. Kargl Date: Mon, 21 Sep 2015 21:40:26 +0000 (+0000) Subject: resolve.c (nonscalar_typebound_assign): Fix typos in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ff560cc2513d230edbb37ef613339e1adaeb934;p=gcc.git resolve.c (nonscalar_typebound_assign): Fix typos in comment. 2015-09-21 Steven G. Kargl * resolve.c (nonscalar_typebound_assign): Fix typos in comment. From-SVN: r227985 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a3b44423344..2b818213b69 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2015-09-21 Steven G. Kargl + + * resolve.c (nonscalar_typebound_assign): Fix typos in comment. + + 2015-09-21 Steven G. Kargl PR fortran/67615 diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c index da8aaa1ae7b..7363e0643b9 100644 --- a/gcc/fortran/resolve.c +++ b/gcc/fortran/resolve.c @@ -9844,8 +9844,8 @@ nonscalar_typebound_assign (gfc_symbol *derived, int depth) "An intrinsic assignment where the variable is of derived type is performed as if each component of the variable were assigned from the corresponding component of expr using pointer assignment (7.2.2) for - each pointer component, defined assignment for each nonpointer - nonallocatable component of a type that has a type-bound defined + each pointer component, defined assignment for each nonpointer + nonallocatable component of a type that has a type-bound defined assignment consistent with the component, intrinsic assignment for each other nonpointer nonallocatable component, ..."