This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig in repository toolchain/ci/gcc.
from 49a86fce1a8 c++: Refrain from using replace_placeholders in constexpr e [...] 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. new 971c3d0ea28 Microblaze: Modified trap instruction There is a bug in tra [...] new a2ccd780271 Microblaze: Fixed missing save of r18 in fast_interrupt. Re [...]
The 2 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 | 16 ++++++ gcc/DATESTAMP | 2 +- gcc/config/microblaze/microblaze.c | 2 +- gcc/config/microblaze/microblaze.md | 2 +- gcc/cp/ChangeLog | 5 ++ gcc/cp/mangle.c | 1 + gcc/dwarf2out.c | 15 +++++- gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/g++.dg/abi/mangle75.C | 13 +++++ gcc/testsuite/g++.dg/debug/pr94459.C | 58 ++++++++++++++++++++++ .../gcc.target/microblaze/others/builtin-trap.c | 2 +- libgcc/ChangeLog | 4 ++ libgcc/generic-morestack.c | 2 +- 13 files changed, 125 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/mangle75.C create mode 100644 gcc/testsuite/g++.dg/debug/pr94459.C