This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 48b20d46f95 libstdc++: Fix ip::tcp::resolver test failure on Solaris adds feec7ef6672 libstdc++: Improve error handling in Net TS name resolution adds 763eb1f1923 libstdc++: Add missing return for atomic timed wait [PR102074] adds f63e86f797d libstdc++: Remove redundant noexcept-specifier on definitions adds 1cacdef0d1a libstdc++: Fix broken autoconf check for O_NONBLOCK adds e45d5b6bf1b Add attribute returns nonnull to get_range_query. adds e4d2305adf4 Disable gcc_rich_location copying and assignment. adds b3aa3288a95 Avoid valid Coverity warning for comparing array to zero. adds 22e6b327006 [OMP] Standardize on 'omp_privatize_by_reference' adds 92dc5d844a2 Fix 'OMP_CLAUSE_TILE' operands handling in 'gcc/tree.c:walk [...] adds f1e73199569 c++: check arity before deduction w/ explicit targs [PR12672]
No new revisions were added by this update.
Summary of changes: gcc/cp/call.c | 67 +++++++-- gcc/cp/parser.c | 4 +- gcc/function.h | 9 +- gcc/gcc-rich-location.h | 6 +- gcc/gimple-ssa-warn-access.cc | 2 +- gcc/gimplify.c | 17 +-- gcc/omp-expand.c | 9 +- gcc/omp-general.c | 5 +- gcc/omp-general.h | 2 +- gcc/omp-low.c | 154 +++++++++++---------- gcc/testsuite/g++.dg/cpp0x/decltype29.C | 4 +- gcc/testsuite/g++.dg/template/error56.C | 4 +- gcc/testsuite/g++.dg/template/explicit-args7.C | 33 +++++ gcc/testsuite/g++.old-deja/g++.pt/unify6.C | 4 +- gcc/tree.c | 2 +- libcpp/include/line-map.h | 6 + libstdc++-v3/configure | 8 +- libstdc++-v3/configure.ac | 8 +- libstdc++-v3/include/bits/atomic_timed_wait.h | 2 + libstdc++-v3/include/experimental/internet | 27 +++- libstdc++-v3/src/c++11/system_error.cc | 4 +- .../19_diagnostics/error_category/noexcept.cc | 13 ++ .../19_diagnostics/system_error/noexcept.cc | 6 + 23 files changed, 267 insertions(+), 129 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/explicit-args7.C create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_category/noexcept.cc create mode 100644 libstdc++-v3/testsuite/19_diagnostics/system_error/noexcept.cc