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_check_gcc/master-arm in repository toolchain/ci/gcc.
from 62082d278d1 arm: fix testsuite failure of reg_equal_test.c [PR101755] adds 7c7e78e9c46 ipa/104303 - revert overly conservative DCE change adds e2c7070ac77 c++: requires-expr in pack expansion using pack [PR103105] adds 0c9bc1a2274 Revert "[nvptx] Fix ASM_SPEC workaround for sm_30" adds 71863c997bf Revert "[nvptx] Use --no-verify for sm_30" adds aa7874596b9 Let nvptx-as figure out the target architecture [PR97348]
No new revisions were added by this update.
Summary of changes: gcc/config/nvptx/nvptx.h | 19 ------------------- gcc/config/nvptx/nvptx.opt | 1 - gcc/cp/pt.cc | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-requires29.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-requires29a.C | 23 +++++++++++++++++++++++ gcc/tree-ssa-dce.cc | 2 +- 6 files changed, 43 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires29.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires29a.C