This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 8e2c293f027 testsuite: Support single-precision in g++.dg/eh/arm-vfp-unwind.C adds b7e0dd61e4f sparc: Print out bit names for LEON and LEON3 with -mdebug adds b4bbb373dfa sparc: Treat more instructions as load or store in errata w [...] adds 6d0c97b19a3 sparc: Skip all empty assembly statements adds d4aa16699d4 sparc: Prevent atomic instructions in beginning of function [...] adds a053dab90e6 sparc: Add NOP in stack_protect_set32 if sparc_fix_b2bst enabled adds 275a076f762 sparc: Add scheduling information for LEON5 adds 8d6b12b2233 middle-end/102360 - adjust .DEFERRED_INIT expansion adds ab08859e37e coroutines: Small cleanups to await_statement_walker [NFC]. adds 371848a7ed3 cgraph: Do not warn about caller count mismatches of remove [...]
No new revisions were added by this update.
Summary of changes: gcc/cgraph.c | 4 +- gcc/config/sparc/leon5.md | 103 ++++++++++++++++++++++ gcc/config/sparc/sparc-opts.h | 1 + gcc/config/sparc/sparc.c | 183 +++++++++++++++++++++++++++++++++++----- gcc/config/sparc/sparc.h | 36 ++++---- gcc/config/sparc/sparc.md | 12 ++- gcc/config/sparc/sparc.opt | 3 + gcc/cp/coroutines.cc | 125 +++++++++++++-------------- gcc/doc/invoke.texi | 13 +-- gcc/internal-fn.c | 25 +++--- gcc/testsuite/g++.dg/pr102360.C | 54 ++++++++++++ 11 files changed, 430 insertions(+), 129 deletions(-) create mode 100644 gcc/config/sparc/leon5.md create mode 100644 gcc/testsuite/g++.dg/pr102360.C