This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-coroutines in repository gcc.
from a1a2278cf43 Merge master r11-7422. 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 adds 3c173f7890c testsuite, coroutines : Mark final awaiters and co_await op [...] adds 6838d1b33dd Update gcc de.po, sv.po. adds 2c83c3fbd2b Daily bump. adds 074226d5aa8 Fix wrong result for 1.0/3.0 at -O2 -fno-omit-frame-pointer [...] adds 150bde36c11 Fix ICE in compute_fn_summary adds 2e0bb9eec2d c++: Completeness of typedef structs [PR 99294] adds 4ed0a92f6cf s390: add exceptions for param modified by target pragma adds 491d5b3cf82 dwarf2unwind : Force the CFA after remember/restore pairs [ [...] new d1b95530afc Merge master r11-7443.
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 | 87 + 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/ChangeLog | 7 + gcc/c-family/c-attribs.c | 4 +- gcc/config/darwin-protos.h | 1 + gcc/config/darwin.c | 10 + gcc/config/darwin.h | 5 + gcc/config/host-darwin.c | 3 +- gcc/config/i386/i386.c | 35 +- gcc/config/i386/winnt.c | 17 +- gcc/cp/ChangeLog | 33 + gcc/cp/class.c | 46 +- gcc/cp/module.cc | 4 +- gcc/cp/parser.c | 11 +- gcc/doc/invoke.texi | 2 +- gcc/doc/tm.texi | 4 + gcc/doc/tm.texi.in | 2 + gcc/dwarf2cfi.c | 6 + gcc/fortran/ChangeLog | 13 + gcc/fortran/frontend-passes.c | 2 +- gcc/fortran/openmp.c | 8 +- gcc/gcse.c | 3 +- gcc/ipa-devirt.c | 7 +- gcc/ipa-fnsummary.c | 15 +- gcc/ipa.c | 2 +- gcc/lto/ChangeLog | 7 + gcc/lto/lto-symtab.c | 3 +- gcc/optc-save-gen.awk | 6 + gcc/po/ChangeLog | 8 + gcc/po/de.po | 3255 ++++++++------------ gcc/po/sv.po | 548 ++-- gcc/target.def | 14 + gcc/testsuite/ChangeLog | 78 + 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 + .../g++.dg/modules/{tdef-inst-1.h => pr99294.h} | 0 .../modules/{tdef-inst-1_a.C => pr99294_a.C} | 3 +- gcc/testsuite/g++.dg/modules/pr99294_b.C | 12 + .../gcc.target/s390/target-attribute/pr99313.c | 5 + gcc/tree-ssa-alias.c | 10 +- gcc/tree.c | 2 +- gcc/tree.h | 10 +- libgomp/ChangeLog | 5 + libgomp/testsuite/libgomp.c-c++-common/pr96390.c | 1 + libstdc++-v3/ChangeLog | 7 + libstdc++-v3/include/std/chrono | 4 +- 53 files changed, 2119 insertions(+), 2355 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/seh-xmm-unwind.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-lambda3.C copy gcc/testsuite/g++.dg/modules/{tdef-inst-1.h => pr99294.h} (100%) copy gcc/testsuite/g++.dg/modules/{tdef-inst-1_a.C => pr99294_a.C} (81%) create mode 100644 gcc/testsuite/g++.dg/modules/pr99294_b.C create mode 100644 gcc/testsuite/gcc.target/s390/target-attribute/pr99313.c