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 f8c1f29a0b4 c++: ICE with aggregate assignment and DMI [PR104583] adds 6a777ceb0e9 testsuite: Change pr80334.C testcase to dg-do compile [PR102772] adds 3aaf9bf7704 c++: ICE with failed __is_constructible constraint [PR100474] adds 5db9ce17101 c-family: ICE with -Wconversion and A ?: B [PR101030] adds 58a3fda072e Revert "testsuite: Change pr80334.C testcase to dg-do compi [...] adds 22b0476a814 [PR105032] LRA: modify loop condition to find reload insns [...] adds d32a5f4b52a rs6000: vec_neg built-ins wrongly require POWER8
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-warn.cc | 2 +- gcc/config/rs6000/rs6000-builtins.def | 36 +++++++-------- gcc/cp/constraint.cc | 43 ++++++++++++++++- gcc/lra-assigns.cc | 3 +- gcc/testsuite/g++.dg/cpp2a/concepts-traits3.C | 66 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/cond5.C | 13 ++++++ gcc/testsuite/gcc.target/i386/pr105032.c | 36 +++++++++++++++ 7 files changed, 178 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-traits3.C create mode 100644 gcc/testsuite/g++.dg/ext/cond5.C create mode 100644 gcc/testsuite/gcc.target/i386/pr105032.c