[Oops, had a wrong bug number in the subject line.] Below patch fixes another miswording in an error message, reported by Roland Stigge. Please apply.
2014-02-06 Benno Schulenberg <bensb...@justemail.net> PR translation/52289 * fortran/resolve.c (resolve_ordinary_assign): Fix typoed word in an error message. Index: fortran/resolve.c =================================================================== --- fortran/resolve.c (revision 207551) +++ fortran/resolve.c (working copy) @@ -9218,7 +9218,7 @@ /* F2008, Section 7.2.1.2. */ if (gfc_is_coindexed (lhs) && gfc_has_ultimate_allocatable (lhs)) { - gfc_error ("Coindexed variable must not be have an allocatable ultimate " + gfc_error ("Coindexed variable must not have an allocatable ultimate " "component in assignment at %L", &lhs->where); return false; }