From: Sriraman Tallam Date: Mon, 10 Jun 2013 17:49:48 +0000 (+0000) Subject: Fixing ChangeLog entries. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c59edccdc325aa66d60c27c53e17d5d072e0a2b;p=gcc.git Fixing ChangeLog entries. Fixing ChangeLog entries. Moving cp/call.c change description to cp/ChangeLog file. From-SVN: r199900 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cf757174033..de1f979e73f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -60,12 +60,6 @@ (output_constructor): Reorder initialization code and adjust call to output_constructor_bitfield. -2013-06-07 Sriraman Tallam - - PR c++/57548 - * cp/call.c (build_over_call): Check if current_function_decl is - NULL. - 2013-06-07 Jan Hubicka * symtab.c (symtab_resolve_alias): Do not remove alias attribute. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c0977c3df0e..ebf71796504 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2013-06-07 Sriraman Tallam + + PR c++/57548 + * call.c (build_over_call): Check if current_function_decl is + NULL. + 2013-06-07 Paolo Carlini PR c++/53658