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 e706d1230f4 Merge master r11-6262. adds 5dc998933e7 libcc1: Fix up libcc1 configure [PR98330] adds bfb37fa4dd4 openmp: Fix g++.dg/gomp/declare-target-3.C testcase when of [...] adds 8b604594652 openmp: Don't optimize shared to firstprivate on task with [...] adds 0e9f2b2dc8d Re: [r11-6232 Regression] FAIL: gcc.dg/pr97750.c adds 5128f8d0d99 compiler: check for floating-point exponent overflow adds b1a2242e24f Daily bump. adds 9032d2b2414 bswap: Fix up a thinko with empty CONSTRUCTORs [PR98378] adds e9e4ddfc5ab d: Fix ICE in in force_decl_die, at dwarf2out.c with -gdwar [...] adds 69165332a91 expr: Fix up constant_byte_string bitfield handling [PR98366] adds eb460c5986b Daily bump. adds bebf930dd2b Correct coarray indices for test case. adds 8d76c007afe Set DECL_ARTIFICIAL on gfortran internal variables. adds 8b01af02b50 doc: Fix a typo [PR98400] adds 3621a7bb579 libstdc++: Fix indentation in <semaphore> adds 18e86fae2a1 gcc: xtensa: implement bswapsi2, bswapdi2 and helpers adds 108beb75da0 Daily bump. adds 9bac66390c0 libgo: adjust sysinfo scripts for changed -fdump-go-spec adds b6237343e78 openmp: Fix up handling of addressable temporaries in simd [...] adds d8aeee11af7 fold-const: Fix up a buffer overflow in native_encode_initi [...] adds 2ebe7526584 gcc-changelog: add Unicode test-case adds 1b021bbd85a gcc-changelog: new error for quoted utf8 filenames adds e4043c636ce c++tools: Fix exe suffix [PR 98409] adds 31705b068fa libcody: Add netinet.h adds 119d7478d1a libcody: to_string is not always available [PR 98412] adds 626b63d63a2 libcody: Add ranlib adds cf22f78ff6e libcody: Include <netinet/in.h> as needed adds 1467a5c5ab0 bootstrap: std:stoul non-portable [PR 98412] adds e798f081925 c++: Windows rename [PR 98412] adds 6a31d47e271 libstdc++: Disable floating-point std::to_chars on unsuppor [...] adds 0e1d4b3bfe2 Darwin : Update the kernel version to macOS version mapping. new 61a0eb69e9a Merge master r11-6292.
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: c++tools/Makefile.in | 2 +- contrib/gcc-changelog/git_commit.py | 8 ++ contrib/gcc-changelog/test_email.py | 8 ++ contrib/gcc-changelog/test_patches.txt | 55 ++++++++ gcc/ChangeLog | 77 +++++++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin-driver.c | 17 ++- gcc/config/xtensa/xtensa.md | 21 +++ gcc/cp/ChangeLog | 83 ++++++++++++ gcc/cp/mapper-client.cc | 20 ++- gcc/cp/mapper-resolver.cc | 2 + gcc/cp/module.cc | 14 +- gcc/doc/invoke.texi | 2 +- gcc/dwarf2out.c | 7 + gcc/expr.c | 150 ++++++--------------- gcc/fold-const.c | 63 +++++++-- gcc/fortran/ChangeLog | 50 +++++++ gcc/fortran/trans.c | 3 + gcc/gimple-ssa-store-merging.c | 2 + gcc/gimplify.c | 35 ++++- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/lex.cc | 4 + gcc/testsuite/ChangeLog | 82 +++++++++++ gcc/testsuite/g++.dg/gomp/declare-target-3.C | 14 +- gcc/testsuite/g++.dg/gomp/pr98383.C | 18 +++ gcc/testsuite/gcc.c-torture/compile/pr98407.c | 10 ++ gcc/testsuite/gcc.c-torture/execute/pr98366.c | 13 ++ gcc/testsuite/gcc.dg/pr97750.c | 4 +- gcc/testsuite/gcc.target/xtensa/bswap.c | 14 ++ .../compilable.exp => gdc.dg/debug/debug.exp} | 10 +- .../{asan/asan.exp => debug/dwarf2/dwarf2.exp} | 21 ++- .../gdc.dg/debug/dwarf2/imports/pr98067.d | 3 + gcc/testsuite/gdc.dg/debug/dwarf2/langdw2.d | 7 + gcc/testsuite/gdc.dg/debug/dwarf2/langdw3.d | 6 + gcc/testsuite/gdc.dg/debug/dwarf2/pr98067.d | 6 + .../fail57.d => gdc.dg/debug/trivial.d} | 2 +- .../gfortran.dg/coarray/send_char_array_1.f90 | 16 +-- .../go.test/test/fixedbugs/issue11326b.go | 4 + gcc/testsuite/go.test/test/fixedbugs/issue13471.go | 22 +-- libcc1/ChangeLog | 7 + libcc1/configure | 2 +- libcc1/configure.ac | 2 +- libcody/Makefile.in | 1 + libcody/Makesub.in | 1 + libcody/buffer.cc | 8 +- libcody/client.cc | 1 + libcody/configure | 93 +++++++++++++ libcody/configure.ac | 1 + libcody/netclient.cc | 1 + libcody/netserver.cc | 1 + libcody/server.cc | 1 + libgcc/ChangeLog | 7 + libgcc/config/xtensa/lib1funcs.S | 39 ++++++ libgcc/config/xtensa/t-xtensa | 1 + libgo/mkrsysinfo.sh | 54 ++------ libgo/mksysinfo.sh | 59 ++------ libgo/sysinfo.c | 1 + libgomp/ChangeLog | 4 + libgomp/testsuite/libgomp.c/task-6.c | 47 +++++++ libstdc++-v3/ChangeLog | 68 ++++++++++ libstdc++-v3/include/bits/c++config | 14 ++ libstdc++-v3/include/std/charconv | 2 + libstdc++-v3/include/std/semaphore | 3 +- libstdc++-v3/src/c++17/floating_to_chars.cc | 10 +- libstdc++-v3/testsuite/20_util/to_chars/double.cc | 1 + libstdc++-v3/testsuite/20_util/to_chars/float.cc | 1 + .../testsuite/20_util/to_chars/long_double.cc | 1 + libstdc++-v3/testsuite/lib/libstdc++.exp | 8 ++ 68 files changed, 1033 insertions(+), 285 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/pr98383.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr98407.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr98366.c create mode 100644 gcc/testsuite/gcc.target/xtensa/bswap.c copy gcc/testsuite/{gdc.test/compilable/compilable.exp => gdc.dg/debug/debug.exp} (86%) copy gcc/testsuite/gdc.dg/{asan/asan.exp => debug/dwarf2/dwarf2.exp} (64%) create mode 100644 gcc/testsuite/gdc.dg/debug/dwarf2/imports/pr98067.d create mode 100644 gcc/testsuite/gdc.dg/debug/dwarf2/langdw2.d create mode 100644 gcc/testsuite/gdc.dg/debug/dwarf2/langdw3.d create mode 100644 gcc/testsuite/gdc.dg/debug/dwarf2/pr98067.d copy gcc/testsuite/{gdc.test/fail_compilation/fail57.d => gdc.dg/debug/trivial.d} (60%) create mode 100644 libgomp/testsuite/libgomp.c/task-6.c