This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 581c037a3cc Generalize get_most_common_single_value to return n_th valu [...] new 92e4277c298 Come up with function_decl_type and use it in tree_function_decl. new 4ee64e30659 Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 47 ++++++++++++++++ gcc/c/ChangeLog | 11 ++++ gcc/c/c-decl.c | 5 +- gcc/calls.c | 2 +- gcc/common.opt | 4 ++ gcc/coverage.c | 2 +- gcc/cp/ChangeLog | 15 +++++ gcc/cp/decl.c | 37 +++++++----- gcc/cp/parser.c | 2 +- gcc/fold-const.c | 2 +- gcc/gimple.c | 14 ++++- gcc/gimple.h | 1 + gcc/ipa-icf.c | 6 +- gcc/lto-streamer-out.c | 2 +- gcc/lto/ChangeLog | 5 ++ gcc/lto/lto-common.c | 2 +- gcc/predict.c | 2 +- gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/g++.dg/cpp1y/new1.C | 65 ++++++++++++++++++++++ gcc/tree-core.h | 21 ++++++- gcc/tree-inline.c | 2 +- gcc/tree-ssa-dce.c | 34 +++++++++-- gcc/tree-streamer-in.c | 3 +- gcc/tree-streamer-out.c | 3 +- gcc/tree.h | 45 +++++++++++++-- libstdc++-v3/ChangeLog | 10 ++++ .../testsuite/ext/bitmap_allocator/check_delete.cc | 2 + .../testsuite/ext/bitmap_allocator/check_new.cc | 2 + .../testsuite/ext/new_allocator/check_delete.cc | 2 + .../testsuite/ext/new_allocator/check_new.cc | 2 + 30 files changed, 314 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/new1.C