Fixing ChangeLog entries.
authorSriraman Tallam <tmsriram@gcc.gnu.org>
Mon, 10 Jun 2013 17:49:48 +0000 (17:49 +0000)
committerSriraman Tallam <tmsriram@gcc.gnu.org>
Mon, 10 Jun 2013 17:49:48 +0000 (17:49 +0000)
Fixing ChangeLog entries.  Moving cp/call.c change description to
cp/ChangeLog file.

From-SVN: r199900

gcc/ChangeLog
gcc/cp/ChangeLog

index cf75717403313ef4b80c162d61dee49af371602f..de1f979e73f037f948fa07724812f8eb82680e86 100644 (file)
        (output_constructor): Reorder initialization code and adjust call to
        output_constructor_bitfield.
 
-2013-06-07  Sriraman Tallam  <tmsriram@google.com>
-
-       PR c++/57548
-       * cp/call.c (build_over_call):  Check if current_function_decl is
-       NULL.
-
 2013-06-07  Jan Hubicka  <jh@suse.cz>
 
        * symtab.c (symtab_resolve_alias): Do not remove alias attribute.
index c0977c3df0ee738e81a86a7a127e24e00f9e262b..ebf71796504b34e46a1abc7af2f71c375425ec13 100644 (file)
@@ -1,3 +1,9 @@
+2013-06-07  Sriraman Tallam  <tmsriram@google.com>
+
+       PR c++/57548
+       * call.c (build_over_call):  Check if current_function_decl is
+       NULL.
+
 2013-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/53658