From: edlinger Date: Thu, 13 Sep 2018 18:56:49 +0000 (+0000) Subject: Fix the previous ChangeLog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590e741ecfa98ebee3da96b7d0a698d06d519d14;p=thirdparty%2Fgcc.git Fix the previous ChangeLog git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264287 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8ba87ce38943..1d1d59a87ec2 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,8 +1,6 @@ 2018-09-13 Bernd Edlinger * 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