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 07f38c63650 Merge master r10-7557. adds 75c8d6e54a1 c++: Mangling of dependent conversions [PR91377] adds 458ca332d10 libgcc: only use __mmap if glibc >- 2.26 adds 0be9efad938 debug: Improve debug info of c++14 deduced return type [PR94459] adds 705510a708d Daily bump. adds 971c3d0ea28 Microblaze: Modified trap instruction There is a bug in tra [...] adds a2ccd780271 Microblaze: Fixed missing save of r18 in fast_interrupt. Re [...] adds 999611489d7 Minor doc fix for ISO C90 adds 3b35e71d45a coroutines, testsuite: Renumber two tests (NFC). adds 2a1a0c8c0db libstdc++: Refer to Git documentation adds c72a1b6f8b2 Daily bump. adds f84aded848f c++: Fix crash in gimplifier with paren init of aggregates [...] adds b696698767b libstdc++: Make string_view::copy usable in constant expres [...] adds e83714f65d1 lra: Stop eh_return data regs being incorrectly marked live [...] new 395587a4752 Merge master r10-7570.
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 | 27 ++++++ gcc/DATESTAMP | 2 +- gcc/config/microblaze/microblaze.c | 2 +- gcc/config/microblaze/microblaze.md | 2 +- gcc/cp/ChangeLog | 11 +++ gcc/cp/init.c | 2 + gcc/cp/mangle.c | 1 + gcc/doc/extend.texi | 2 +- gcc/dwarf2out.c | 15 ++- gcc/lra-lives.c | 6 ++ gcc/testsuite/ChangeLog | 22 +++++ gcc/testsuite/g++.dg/abi/mangle75.C | 13 +++ ...late-traits.C => co-await-16-template-traits.C} | 0 ...e-comp-ref.C => co-await-17-capture-comp-ref.C} | 0 gcc/testsuite/g++.dg/cpp2a/paren-init22.C | 15 +++ gcc/testsuite/g++.dg/debug/pr94459.C | 58 ++++++++++++ .../gcc.target/microblaze/others/builtin-trap.c | 2 +- libgcc/ChangeLog | 4 + libgcc/generic-morestack.c | 2 +- libstdc++-v3/ChangeLog | 25 +++++ .../doc/html/manual/appendix_contributing.html | 2 +- .../doc/xml/manual/appendix_contributing.xml | 2 +- libstdc++-v3/include/bits/char_traits.h | 101 +++++++++++++++++---- libstdc++-v3/include/std/string_view | 1 + .../operations/copy/char}/constexpr.cc | 11 ++- .../operations/copy/wchar_t}/constexpr.cc | 11 ++- 26 files changed, 301 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/mangle75.C rename gcc/testsuite/g++.dg/coroutines/torture/{co-await-14-template-traits.C => c [...] rename gcc/testsuite/g++.dg/coroutines/torture/{co-await-15-capture-comp-ref.C => [...] create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init22.C create mode 100644 gcc/testsuite/g++.dg/debug/pr94459.C copy libstdc++-v3/testsuite/{26_numerics/iota => 21_strings/basic_string_view/oper [...] copy libstdc++-v3/testsuite/{26_numerics/iota => 21_strings/basic_string_view/oper [...]