This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/gcc.
from 7f0ce82a4c0 PR tree-optimization/97546 Bail out of find_bswap_or_nop on [...] adds 93e9a7bcd54 libstdc++: Fix declarations of memalign etc. for freestandi [...] adds 2d5aad691f5 AArch64: Add FLAG for store intrinsics [PR94442] adds 783dc02d897 Fix simdclones adds 9e2256dcd48 c++: Implement __is_nothrow_constructible and __is_nothrow_ [...] adds 425bb53b54a Re: error: ‘EVRP_MODE_DEBUG’ was not declared – was: [PUSHE [...]
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-common.c | 2 + gcc/c-family/c-common.h | 1 + gcc/cgraphclones.c | 1 + gcc/cgraphunit.c | 1 - gcc/config/aarch64/aarch64-builtins.c | 1 + gcc/config/aarch64/aarch64-simd-builtins.def | 22 ++++----- gcc/cp/cp-tree.h | 5 +- gcc/cp/method.c | 17 +++++-- gcc/cp/parser.c | 10 ++++ gcc/cp/semantics.c | 8 ++++ gcc/gimple-range.cc | 2 +- gcc/ipa-inline-transform.c | 1 + gcc/symtab.c | 10 +++- .../g++.dg/ext/is_nothrow_constructible1.C | 48 ++++++++++++++++++++ .../g++.dg/ext/is_nothrow_constructible2.C | 15 ++++++ .../g++.dg/ext/is_nothrow_constructible3.C | 8 ++++ .../g++.dg/ext/is_nothrow_constructible4.C | 11 +++++ .../g++.dg/ext/is_nothrow_constructible5.C | 12 +++++ .../g++.dg/ext/is_nothrow_constructible6.C | 11 +++++ gcc/testsuite/gcc.c-torture/compile/pr97576.c | 18 ++++++++ gcc/tree-ssa-structalias.c | 4 -- libstdc++-v3/include/std/type_traits | 53 ++-------------------- libstdc++-v3/libsupc++/new_opa.cc | 2 +- 23 files changed, 191 insertions(+), 72 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/is_nothrow_constructible1.C create mode 100644 gcc/testsuite/g++.dg/ext/is_nothrow_constructible2.C create mode 100644 gcc/testsuite/g++.dg/ext/is_nothrow_constructible3.C create mode 100644 gcc/testsuite/g++.dg/ext/is_nothrow_constructible4.C create mode 100644 gcc/testsuite/g++.dg/ext/is_nothrow_constructible5.C create mode 100644 gcc/testsuite/g++.dg/ext/is_nothrow_constructible6.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr97576.c