diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-01 08:12:01 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-01 08:12:01 +0000 |
commit | 2f50572a69287b72b263b25e43cbc9bcb9264013 (patch) | |
tree | 1265aa1731e7dd726f4078d296b37e2d53905965 /gcc/cp | |
parent | b73adb97ac20a5fbf55d406c28ca27bb499052fc (diff) | |
download | gcc-2f50572a69287b72b263b25e43cbc9bcb9264013.tar.gz |
Move PR c++/19351 ChangeLog entry to correct ChangeLog.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191891 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2fa9565a201..6e3af003f33 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 |