This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 81faedaa8e2 rs6000: Update testsuite to use -mdejagnu-cpu= and -mdejagn [...] adds 75d1c8fea95 reload: Adjust comment in find_reloads about subset, not in [...] new 1806829e08f c++: Fix up __builtin_{bit_cast,convertvector} parsing
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/cp/parser.cc | 12 ++++++++---- gcc/reload.cc | 15 +++++++++------ gcc/testsuite/c-c++-common/builtin-convertvector-3.c | 11 +++++++++++ gcc/testsuite/g++.dg/cpp2a/bit-cast15.C | 19 +++++++++++++++++++ 4 files changed, 47 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/builtin-convertvector-3.c create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast15.C