Move PR c++/19351 ChangeLog entry to correct ChangeLog.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2012 08:12:01 +0000 (08:12 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2012 08:12:01 +0000 (08:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191891 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cp/ChangeLog

index aff8f2b..06020e8 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 2fa9565..6e3af00 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