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-release-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from 0bf0e0b86d3 i386: Fix __builtin_floor with FE_DOWNWARD rounding directi [...] adds 65fcf1c2d7f Daily bump. adds a5bcb9487dd i386: Fix __builtin_trunc with FE_DOWNWARD rounding directi [...] adds ec498ed3d0f rs6000: Update the processor defaults for FreeBSD new 97014e4ada4 c++: Copy elision and [[no_unique_address]]. [PR93711] new f5cea9c5c4f c++: Fix constexpr array ICE [PR98332]
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 | 7 ++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-expand.c | 27 +++++++------- gcc/config/rs6000/freebsd64.h | 5 ++- gcc/cp/call.c | 45 +++++++++++++++--------- gcc/cp/constexpr.c | 4 +-- gcc/cp/cp-tree.h | 1 + gcc/cp/init.c | 3 +- gcc/cp/typeck2.c | 12 ++++++- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/cpp0x/constexpr-overflow3.C | 7 ++++ gcc/testsuite/g++.dg/cpp1z/aggr-base10.C | 16 +++++++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address7.C | 13 +++++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address7a.C | 14 ++++++++ gcc/testsuite/gcc.target/i386/pr96793-1.c | 28 +++++++++++++++ 15 files changed, 151 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-overflow3.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address7.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address7a.C create mode 100644 gcc/testsuite/gcc.target/i386/pr96793-1.c