From: Xinliang David Li Date: Mon, 15 Aug 2011 20:43:07 +0000 (+0000) Subject: fix Change log X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd12cd5f76d8285a61d0836834a6adbfe3b6c53d;p=gcc.git fix Change log From-SVN: r177769 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 811c0899bb0..104c4d540ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -82,11 +82,6 @@ (avr_reorg): Use them. Use next_real_insn instead of NEXT_INSN. Use CONST_INT_P. Beauty. -2011-08-12 David Li - - * cp/class.c (update_vtable_entry_for_fn): Set - LOST_PRIMARY bit properly. - 2011-08-12 Richard Henderson PR rtl-opt/49994 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c5ecf55fb61..a18a24c262c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -11,6 +11,11 @@ * decl.c (grok_reference_init): Handle constexpr here. * call.c (initialize_reference): Not here. +2011-08-12 David Li + + * class.c (update_vtable_entry_for_fn): Set + LOST_PRIMARY bit properly. + 2011-08-12 Jason Merrill PR c++/50034