On 09/13/18 20:42, Jeff Law wrote: > On 8/24/18 2:18 PM, Bernd Edlinger wrote: >> >> [PATCHv2] Handle overlength string literals in the fortan FE >> https://gcc.gnu.org/ml/gcc-patches/2018-08/msg01568.html > I've committed this patch to the trunk. >
Hi Jeff, I fixed the ChangeLog entry, and committed as obvious: Index: gcc/cp/ChangeLog =================================================================== --- gcc/cp/ChangeLog (Revision 264286) +++ gcc/cp/ChangeLog (Revision 264287) @@ -1,8 +1,6 @@ 2018-09-13 Bernd Edlinger <bernd.edlin...@hotmail.de> * typeck2.c (digest_init_r): Fix overlength strings. - * vtable-class-hierarchy.c (build_key_buffer_arg): Make string literal - NUL terminated. 2018-09-13 Ville Voutilainen <ville.voutilai...@gmail.com> Thanks Bernd.