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-bootstrap_O3 in repository toolchain/ci/gcc.
from 95a82679f6a Update gcc de.po. adds ded7355b3d9 analyzer: implement exploded_path copy ctor adds 06a9f20f97e Daily bump. adds 652623f7c68 gcse, ipa-devirt: Use %wd/%wu instead of HOST_WIDE_INT_PRIN [...] adds 699672d4dcc libstdc++: Fix conversions from date types to integers [PR 99301] adds e3eda9a0e12 libgomp, testsuite : Require alias support for PR96390 testcase. adds a938e4616d6 Darwin : Update a disgnostic message [NFC]. adds 5d9d6c1cd8d c++: Allow GNU attributes before lambda -> [PR90333] adds ec9dc4fa080 Daily bump. adds d3805e6d575 typos: Fix various typos - mainly misspelled reference* [PR99304] adds 3a77ca7d364 fortran: Replace double space in diagnostic with a single o [...] adds 48ca2185bfb fortran: Fix up wording of 3 OpenMP diagnostic messages [PR99303] adds 7e5d7fc7e6f c++: Fix attr-lambda3.C adds 3c173f7890c testsuite, coroutines : Mark final awaiters and co_await op [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 70 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 7 +++ gcc/analyzer/ChangeLog | 65 +++++++++++++++++++++ gcc/analyzer/engine.cc | 9 +++ gcc/analyzer/exploded-graph.h | 1 - gcc/c-family/c-attribs.c | 4 +- gcc/config/host-darwin.c | 3 +- gcc/cp/ChangeLog | 33 +++++++++++ gcc/cp/parser.c | 11 +++- gcc/doc/invoke.texi | 2 +- gcc/fortran/frontend-passes.c | 2 +- gcc/fortran/openmp.c | 8 +-- gcc/gcse.c | 3 +- gcc/ipa-devirt.c | 7 +-- gcc/ipa.c | 2 +- gcc/lto/lto-symtab.c | 3 +- gcc/po/ChangeLog | 4 ++ gcc/testsuite/ChangeLog | 67 ++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr94879-folly-1.C | 8 +-- gcc/testsuite/g++.dg/coroutines/pr94883-folly-2.C | 6 +- gcc/testsuite/g++.dg/coroutines/pr95345.C | 6 +- gcc/testsuite/g++.dg/ext/attr-lambda3.C | 4 ++ gcc/tree-ssa-alias.c | 10 ++-- gcc/tree.c | 2 +- libgomp/ChangeLog | 5 ++ libgomp/testsuite/libgomp.c-c++-common/pr96390.c | 1 + libstdc++-v3/ChangeLog | 7 +++ libstdc++-v3/include/std/chrono | 4 +- 29 files changed, 317 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/attr-lambda3.C