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 9407058a430 ix86: Don't use the 'm' constraint for x86_64_general_operand adds 88cdcb5c18d c++: hard error w/ ptr+N and incomplete type [PR103700] adds 916ec36d0a3 c++: Add testcase for SFINAE w/ p[N] and incomplete type [P [...] adds ea8b5640551 Improve atomic store implementation on hppa-linux.
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-common.c | 2 + gcc/config/pa/pa-protos.h | 1 - gcc/config/pa/pa.c | 76 ------------------------------- gcc/config/pa/pa.md | 40 +++++++++------- gcc/testsuite/g++.dg/template/sfinae32.C | 24 ++++++++++ gcc/testsuite/g++.dg/template/sfinae32a.C | 24 ++++++++++ 6 files changed, 74 insertions(+), 93 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/sfinae32.C create mode 100644 gcc/testsuite/g++.dg/template/sfinae32a.C