This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_bootstrap_lto in repository toolchain/ci/gcc.
from 54258e22b08 Darwin, config: Revise host config fragment. adds 41bd1b19035 Darwin, X86: Adjust call clobbers to allow for lazy-binding [...] adds 0d5db79a61a coroutines: Fix a typo in rewriting the function. adds 59045273cc6 Improvement to signed division of integer constant on x86_64. adds d5b1bb0d197 coroutines: Factor code. Match original source location in [...] adds ddd25bd1a7c c++: concepts TS and explicit specialization [PR101098]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386-expand.c | 16 ++++++++++++- gcc/config/i386/i386.md | 27 ++++++++++++++++++++- gcc/cp/coroutines.cc | 33 +++++++++++++------------- gcc/cp/decl.c | 4 +++- gcc/testsuite/g++.dg/concepts/explicit-spec1.C | 9 +++++++ gcc/testsuite/gcc.target/i386/divmod-9.c | 14 +++++++++++ 6 files changed, 84 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/explicit-spec1.C create mode 100644 gcc/testsuite/gcc.target/i386/divmod-9.c