This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/gcc.
from 154c6d430ee doc: Fix documentation around 'asm' keyword in C++ adds 4ba4b053151 libstdc++: Add missing test for std::optional::transform(F&&) adds 788483f77de calls.c: Remove some dead code and target hooks adds 1c690164668 c++: tweak parsing of invalid types adds 674dda6be01 Daily bump. adds 0fac85a24f4 libstdc++: Remove constraints from std::optional monadic op [...]
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 4 + gcc/ChangeLog | 198 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 249 +++++++++++++++++++++ gcc/calls.c | 11 - gcc/cp/ChangeLog | 18 ++ gcc/cp/parser.c | 8 +- gcc/doc/tm.texi | 37 --- gcc/doc/tm.texi.in | 8 - gcc/fortran/ChangeLog | 10 + gcc/target.def | 45 ---- gcc/targhooks.c | 30 --- gcc/targhooks.h | 4 - gcc/testsuite/ChangeLog | 160 +++++++++++++ libffi/ChangeLog | 85 +++++++ libgomp/ChangeLog | 23 ++ libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/std/optional | 16 +- .../testsuite/20_util/optional/monadic/and_then.cc | 12 + .../20_util/optional/monadic/transform.cc | 29 +++ 20 files changed, 808 insertions(+), 146 deletions(-)