summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmsriram <tmsriram@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-10 17:49:48 +0000
committertmsriram <tmsriram@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-10 17:49:48 +0000
commitd73f28f1e7358e2919b16f45e9c4ed6a23779771 (patch)
tree580e48d920ca7d3eebcd2fbd84dff072d6e08f7d
parent73a517d8083ca63ed44be0445dd663832bcc155b (diff)
downloadgcc-d73f28f1e7358e2919b16f45e9c4ed6a23779771.tar.gz
Fixing ChangeLog entries. Moving cp/call.c change description to
cp/ChangeLog file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199900 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/cp/ChangeLog6
2 files changed, 6 insertions, 6 deletions
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 <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.
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 <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