This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/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 new b09af56214e libgomp.texi: Update OMP_PLACES
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/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 +++- libgomp/libgomp.texi | 30 ++++--- 13 files changed, 494 insertions(+), 17 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