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-arm-mainline-allmodconfig in repository toolchain/ci/gcc.
from 40e99ed5f4e Fix fma test case [PR97018] adds 53ad6b1979f libstdc++: Fix chrono::__detail::ceil to work with C++11 adds 2c3b1c5f950 libstdc++: Split std::align/assume_aligned to bits/align.h adds 2fda9e9badb [PATCH,rs6000] Testsuite fixup pr96139 tests adds f76b0f231b3 c++: Concepts and local externs adds 64064678d6c libstdc++: only pull in bits/align.h if C++11 or later adds 9d377c280c9 i386: Fix array index in expander adds e73f586c93b PowerPC: rename some functions. adds ac35c090821 Daily bump. adds 4965be0b338 Accept absolute address clause for array of UNC nominal subtype adds b4407150893 Minor tweak to line debug info adds fe47e816392 Fix small inconsistency in new predicate adds f2d9f95e9cc Add preliminary support for 128-bit integer types adds 49482217e0a Add new shrpsi instruction variands to gcc/config/pa/pa.md.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 83 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 22 +++++ gcc/ada/fe.h | 1 + gcc/ada/gcc-interface/decl.c | 15 ++- gcc/ada/gcc-interface/gigi.h | 5 + gcc/ada/gcc-interface/targtyps.c | 10 ++ gcc/ada/gcc-interface/trans.c | 36 +++++-- gcc/ada/gcc-interface/utils.c | 2 +- gcc/analyzer/ChangeLog | 19 ++++ gcc/config/i386/sse.md | 2 +- gcc/config/pa/pa.md | 140 +++++++++++++++++++++++---- gcc/config/rs6000/rs6000.c | 93 +++++++++++++----- gcc/cp/ChangeLog | 28 ++++++ gcc/cp/decl.c | 13 ++- gcc/jit/ChangeLog | 36 +++++++ gcc/testsuite/ChangeLog | 66 +++++++++++++ gcc/testsuite/g++.dg/concepts/local-extern.C | 39 ++++++++ gcc/testsuite/gcc.target/powerpc/pr96139-a.c | 4 +- gcc/testsuite/gcc.target/powerpc/pr96139-b.c | 4 +- gcc/testsuite/gcc.target/powerpc/pr96139-c.c | 2 +- libatomic/ChangeLog | 8 ++ libstdc++-v3/ChangeLog | 134 +++++++++++++++++++++++++ libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/align.h | 104 ++++++++++++++++++++ libstdc++-v3/include/std/chrono | 45 ++++++--- libstdc++-v3/include/std/memory | 60 +----------- 28 files changed, 837 insertions(+), 138 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/local-extern.C create mode 100644 libstdc++-v3/include/bits/align.h