Move PR c++/19351 ChangeLog entry to correct ChangeLog.
authorJakub Jelinek <jakub@gcc.gnu.org>
Mon, 1 Oct 2012 08:12:01 +0000 (10:12 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 1 Oct 2012 08:12:01 +0000 (10:12 +0200)
From-SVN: r191891

gcc/ChangeLog
gcc/cp/ChangeLog

index aff8f2bb62cec4af7b0f528409cccdaff3544de2..06020e86a17e801d5161982e27d35688e9730fb1 100644 (file)
        (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
index 2fa9565a201a7bf94a75a5c3771645ab40a6045b..6e3af003f3399506ba1cd731c21eb8b25f59bae1 100644 (file)
        (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