This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dae673abd37 tree-optimization/97307 - improve sinking of loads new 1e247c60df5 Rename -fevrp-mode= to --param=evrp-mode=. new 89d3af5ef7e libgo: handle go1.10+ correctly in match.sh new 45376dc0f42 libgo/configure: remove -fno-section-anchors for AIX new 635072248a4 c++: Fix P0846 (ADL and function templates) in template [PR97010] new 23f75da95f5 libstdc++: Fix non-reserved names in headers new 6ae17a3b683 libstdc++: Fix divide by zero in default template argument
The 6 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/common.opt | 31 ------------------ gcc/cp/pt.c | 37 ++++++++++++++++------ gcc/gimple-range.h | 2 +- gcc/gimple-ssa-evrp.c | 8 ++--- gcc/go/gofrontend/MERGE | 2 +- gcc/params.opt | 31 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/fn-template21.C | 24 ++++++++++++++ gcc/testsuite/g++.dg/cpp2a/fn-template22.C | 25 +++++++++++++++ libgo/configure | 8 ++--- libgo/configure.ac | 4 --- libgo/match.sh | 8 ++--- libgo/testsuite/gotest | 8 ++--- libstdc++-v3/include/bits/random.h | 4 +-- libstdc++-v3/include/bits/ranges_algo.h | 19 +++++------ libstdc++-v3/libsupc++/exception_ptr.h | 17 +++++----- libstdc++-v3/testsuite/17_intro/names.cc | 13 ++++++-- .../linear_congruential_engine/operators/call.cc} | 11 +++---- 17 files changed, 160 insertions(+), 92 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/fn-template21.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/fn-template22.C copy libstdc++-v3/testsuite/{20_util/tuple/element_access/71096.cc => 26_numerics/ [...]