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 9d5b4b60bdf revert just-added duplicate fpic target requirement adds 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 new 3c173f7890c testsuite, coroutines : Mark final awaiters and co_await op [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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/po/de.po | 1080 +++++++++------------ 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 +- 30 files changed, 752 insertions(+), 684 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/attr-lambda3.C