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_profiled_lto in repository toolchain/ci/gcc.
from e9d2adc17d0 c++: reorganize friend template matching [PR91618] adds 66d1e440e14 Daily bump. adds 0aa277bf0b4 c-family: attribute ((aligned, mode)) [PR100545] adds 559bba46cdd gengtype: remove "tree_exp" special attribute new 95874f95095 Daily bump.
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 | 173 +++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 + gcc/c-family/ChangeLog | 7 ++ gcc/c-family/c-attribs.cc | 16 ++- gcc/c-family/c-common.cc | 7 +- gcc/cp/ChangeLog | 90 ++++++++++++++++ gcc/fortran/ChangeLog | 4 + gcc/gengtype.cc | 35 +------ gcc/testsuite/ChangeLog | 94 +++++++++++++++++ gcc/testsuite/c-c++-common/attr-mode-1.c | 4 + gcc/testsuite/c-c++-common/attr-mode-2.c | 4 + gcc/tree-core.h | 4 +- libstdc++-v3/ChangeLog | 18 ++++ 14 files changed, 420 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/attr-mode-1.c create mode 100644 gcc/testsuite/c-c++-common/attr-mode-2.c