From: Jakub Jelinek Date: Mon, 1 Oct 2012 08:12:01 +0000 (+0200) Subject: Move PR c++/19351 ChangeLog entry to correct ChangeLog. X-Git-Tag: misc/gccgo-go1_1_2~541 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7246b890962539d475f0f4737c4e87be6f197be9;p=thirdparty%2Fgcc.git Move PR c++/19351 ChangeLog entry to correct ChangeLog. From-SVN: r191891 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aff8f2bb62ce..06020e86a17e 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 - - 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 PR target/54089 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2fa9565a201a..6e3af003f339 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 + + 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 PR c++/10416