From bd12cd5f76d8285a61d0836834a6adbfe3b6c53d Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Mon, 15 Aug 2011 20:43:07 +0000 Subject: [PATCH] fix Change log From-SVN: r177769 --- gcc/ChangeLog | 5 ----- gcc/cp/ChangeLog | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 811c0899bb0b..104c4d540ab6 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 c5ecf55fb615..a18a24c262c3 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 -- 2.47.3