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-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 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 [...] adds 6838d1b33dd Update gcc de.po, sv.po. adds 2c83c3fbd2b Daily bump. new 074226d5aa8 Fix wrong result for 1.0/3.0 at -O2 -fno-omit-frame-pointer [...]
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 | 32 + gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 + gcc/c-family/c-attribs.c | 4 +- gcc/config/host-darwin.c | 3 +- gcc/config/i386/i386.c | 35 +- gcc/config/i386/winnt.c | 17 +- gcc/cp/ChangeLog | 6 + gcc/cp/parser.c | 11 +- gcc/doc/invoke.texi | 2 +- gcc/fortran/ChangeLog | 13 + gcc/fortran/frontend-passes.c | 2 +- gcc/fortran/openmp.c | 8 +- gcc/ipa.c | 2 +- gcc/lto/ChangeLog | 7 + gcc/lto/lto-symtab.c | 3 +- gcc/po/ChangeLog | 4 + gcc/po/de.po | 2177 +++++++++------------ gcc/po/sv.po | 548 ++---- gcc/testsuite/ChangeLog | 16 + 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/eh/seh-xmm-unwind.C | 61 + 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 + 30 files changed, 1335 insertions(+), 1674 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/seh-xmm-unwind.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-lambda3.C