This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 50253e0713c * c-parser.c (c_parser_compound_statement_nostart): Remove [...] new eb9d4ee4915 gcc/cp * cp-tree.h (OVL_P): New. * name-lookup.h (push_l [...] new 1297cbcd474 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_ed [...]
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 | 43 ++++ gcc/auto-profile.c | 6 +- gcc/cgraph.h | 2 +- gcc/cgraphunit.c | 14 +- gcc/cp/ChangeLog | 26 ++ gcc/cp/cp-tree.h | 5 + gcc/cp/name-lookup.c | 451 ++++++++++++++++------------------ gcc/cp/name-lookup.h | 5 +- gcc/cp/parser.c | 4 +- gcc/cp/pt.c | 2 +- gcc/ipa-cp.c | 16 +- gcc/ipa-devirt.c | 2 +- gcc/ipa-fnsummary.c | 238 +++++++++--------- gcc/ipa-fnsummary.h | 70 +++--- gcc/ipa-icf.c | 4 +- gcc/ipa-inline-analysis.c | 22 +- gcc/ipa-inline-transform.c | 22 +- gcc/ipa-inline.c | 84 +++---- gcc/ipa-inline.h | 14 +- gcc/ipa-predicate.c | 8 +- gcc/ipa-predicate.h | 6 +- gcc/ipa-profile.c | 2 +- gcc/ipa-split.c | 6 +- gcc/ipa-utils.c | 2 +- gcc/ipa.c | 18 +- gcc/lto-streamer.h | 2 +- gcc/lto/lto-partition.c | 10 +- gcc/passes.def | 2 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/g++.dg/lookup/using13.C | 2 +- gcc/tree-pass.h | 3 +- gcc/tree-sra.c | 4 +- libcc1/ChangeLog | 5 + libcc1/libcp1plugin.cc | 9 +- 34 files changed, 586 insertions(+), 527 deletions(-)