This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from daca416fc28 [PR103028] test ifcvt trap_if seq more strictly after reload adds 55dfce4d5cb libcpp: Fix up handling of deferred pragmas [PR102432] adds c57c910c945 c++: Allow indeterminate unsigned char or std::byte in bit_ [...] adds c060e5c49c4 i386, ipa-modref: Comment spelling fix
No new revisions were added by this update.
Summary of changes: gcc/config/i386/x86-tune.def | 4 +- gcc/cp/constexpr.c | 131 +++++++++++++++++++++++++++- gcc/cp/cp-tree.h | 1 + gcc/cp/tree.c | 12 +++ gcc/ipa-modref-tree.c | 2 +- gcc/testsuite/c-c++-common/goacc/pr102432.c | 23 +++++ gcc/testsuite/c-c++-common/gomp/pr102432.c | 23 +++++ gcc/testsuite/g++.dg/cpp2a/bit-cast11.C | 63 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/bit-cast12.C | 68 +++++++++++++++ gcc/testsuite/g++.dg/cpp2a/bit-cast13.C | 63 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/bit-cast14.C | 75 ++++++++++++++++ libcpp/lex.c | 16 +++- 12 files changed, 475 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/pr102432.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr102432.c create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast11.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast12.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast14.C