This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 6496ae5c965 Properly parse invariant &MEM addresses in the GIMPLE FE adds 6ca03ca35a5 amdgcn: Support LLVM 13 assembler syntax adds 205dafb6ede amdgcn: Implement -msram-ecc=any adds 81c362c7c2b amdgcn: Fix assembler version incompatibility adds 8ae3b44a523 build: Fix --enable-gather-detailed-mem-stats adds 4fcf7f6800f MAINTAINERS: Add myself to DCO section adds 1ebf2c14c60 tree-optimization/102608 - avoid CSEing .DEFERRED_INIT adds 348b426be3f c++: Add testcase for C++23 P2316R2 - consistent character [...] adds 44b61586d86 Fix access node merging new 9b239d05ffd c++: Do not warn about lifetime of std::initializer_list<T> [...]
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: MAINTAINERS | 3 +- gcc/c-family/c-common.c | 4 +- gcc/config.in | 44 +++- gcc/config/gcn/gcn-hsa.h | 65 ++++-- gcc/config/gcn/gcn-valu.md | 16 +- gcc/config/gcn/gcn.c | 50 ++++- gcc/config/gcn/mkoffload.c | 112 ++++++++--- gcc/configure | 266 +++++++++++++++++++++++-- gcc/configure.ac | 108 ++++++++-- gcc/cp/init.c | 11 +- gcc/ipa-modref-tree.h | 8 +- gcc/testsuite/g++.dg/cpp23/charlit-encoding1.C | 33 +++ gcc/testsuite/g++.dg/torture/pr102581.C | 51 +++++ gcc/testsuite/g++.dg/warn/Winit-list5.C | 61 ++++++ gcc/toplev.c | 5 +- gcc/toplev.h | 2 +- gcc/tree-ssa-sccvn.c | 45 +++-- 17 files changed, 760 insertions(+), 124 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/charlit-encoding1.C create mode 100644 gcc/testsuite/g++.dg/torture/pr102581.C create mode 100644 gcc/testsuite/g++.dg/warn/Winit-list5.C