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-defconfig in repository toolchain/ci/gcc.
from 7a41fcde6c6 PR middle-end/92815 - spurious -Wstringop-overflow writing [...] adds 5d2246a32c6 c++: Sorry about type-dependent arg for __builtin_has_attri [...] adds 8edf0adb661 PR middle-end/92815 - spurious -Wstringop-overflow writing [...] adds bf732686c0b c++: ICE with -Wall and constexpr if [PR94937] adds 2d4e1e144c2 c++: ICE when shortening right shift [PR94955] adds 489fb00b14d Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 21 +++++++++++++++ gcc/cp/cvt.c | 3 +-- gcc/cp/decl.c | 12 +-------- gcc/cp/parser.c | 7 ++++- gcc/cp/typeck.c | 4 ++- gcc/testsuite/ChangeLog | 22 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-shift2.C | 12 +++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if34.C | 15 +++++++++++ .../g++.dg/cpp2a/is-constant-evaluated10.C | 30 ++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/builtin-has-attribute.C | 8 ++++++ gcc/testsuite/gcc.dg/builtin-object-size-20.c | 4 +-- 12 files changed, 122 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-shift2.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if34.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-constant-evaluated10.C create mode 100644 gcc/testsuite/g++.dg/ext/builtin-has-attribute.C