This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-arm-bootstrap_profiled_lto_lean in repository toolchain/ci/gcc.
from df83db1165f Daily bump. adds 9a74c6db0f5 Daily bump. adds 27e6c84c1f1 Properly enable -freorder-blocks-and-partition on 64-bit Windows adds 01a70ccd723 libstdc++: Add -nostdinc++ for c++17 sources [PR100017] adds 702d2c9febe libstdc++: Update default -std option in manual adds 1e4a9f22ac2 c++: "more constrained" vs staticness of memfn [PR103783] adds 4797472b32a Daily bump. adds 3760d9d7b54 Directly resolve range_of_stmt dependencies. (Port of PR 10 [...] adds 430e62140a4 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 16 ++++ gcc/DATESTAMP | 2 +- gcc/coretypes.h | 8 +- gcc/cp/ChangeLog | 9 ++ gcc/cp/call.c | 17 +++- gcc/gimple-range.cc | 124 ++++++++++++++++++++++++++ gcc/gimple-range.h | 6 +- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/g++.dg/cpp2a/concepts-memfun2.C | 25 ++++++ libstdc++-v3/ChangeLog | 18 ++++ libstdc++-v3/doc/html/manual/using.html | 3 +- libstdc++-v3/doc/xml/manual/using.xml | 3 +- libstdc++-v3/src/c++17/Makefile.am | 2 +- libstdc++-v3/src/c++17/Makefile.in | 2 +- 14 files changed, 231 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memfun2.C