aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2012-10-01 10:12:01 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2012-10-01 10:12:01 +0200
commit7246b890962539d475f0f4737c4e87be6f197be9 (patch)
tree1265aa1731e7dd726f4078d296b37e2d53905965 /gcc
parent0ea55619ffb4a028dd427ee43e5b8c99f3269748 (diff)
downloadgcc-7246b890962539d475f0f4737c4e87be6f197be9.zip
gcc-7246b890962539d475f0f4737c4e87be6f197be9.tar.gz
gcc-7246b890962539d475f0f4737c4e87be6f197be9.tar.bz2
Move PR c++/19351 ChangeLog entry to correct ChangeLog.
From-SVN: r191891
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/cp/ChangeLog8
2 files changed, 8 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index aff8f2b..06020e8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -3600,14 +3600,6 @@
(inline_read_section): Stream in loop_iterations.
(inline_write_summary): Stream out loop_iterations.
-2012-08-20 Florian Weimer <fweimer@redhat.com>
-
- PR c++/19351
- * call.c (build_operator_new_call): Add size_check argument and
- evaluate it.
- * cp-tree.h (build_operator_new_call): Adjust declaration.
- * init.c (build_new_1): Compute array size check and apply it.
-
2012-08-20 Oleg Endo <olegendo@gcc.gnu.org>
PR target/54089
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 2fa9565..6e3af00 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -372,6 +372,14 @@
(ARGUMENT_PACK_INCOMPLETE_P): Use TREE_ADDRESSABLE instead of
TREE_LANG_FLAG_0 on TREE_VECs.
+2012-08-20 Florian Weimer <fweimer@redhat.com>
+
+ PR c++/19351
+ * call.c (build_operator_new_call): Add size_check argument and
+ evaluate it.
+ * cp-tree.h (build_operator_new_call): Adjust declaration.
+ * init.c (build_new_1): Compute array size check and apply it.
+
2012-08-20 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/10416