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-arm-bootstrap in repository toolchain/ci/gcc.
from 387e818cda0 store-merging: Avoid ICEs on roughly ~0ULL/8 sized stores [ [...] adds e3e68fa59ea ubsan: Fix ICE due to -fsanitize=object-size [PR105093] adds c8cd03f5b52 [nvptx, doc] Document predefined macros at march and mptx adds f8c1f29a0b4 c++: ICE with aggregate assignment and DMI [PR104583] new 6a777ceb0e9 testsuite: Change pr80334.C testcase to dg-do compile [PR102772] new 3aaf9bf7704 c++: ICE with failed __is_constructible constraint [PR100474] new 5db9ce17101 c-family: ICE with -Wconversion and A ?: B [PR101030]
The 3 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/c-family/c-warn.cc | 2 +- gcc/cp/constraint.cc | 43 ++++++++++++++++- gcc/cp/init.cc | 8 ++-- gcc/doc/invoke.texi | 9 ++++ gcc/testsuite/g++.dg/cpp0x/nsdmi-list7.C | 17 +++++++ gcc/testsuite/g++.dg/cpp0x/nsdmi-list8.C | 17 +++++++ gcc/testsuite/g++.dg/cpp2a/concepts-traits3.C | 66 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/cond5.C | 13 ++++++ gcc/testsuite/g++.dg/torture/pr80334.C | 6 ++- gcc/testsuite/g++.dg/ubsan/pr105093.C | 12 +++++ gcc/ubsan.cc | 7 +++ 11 files changed, 193 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-list7.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-list8.C 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/g++.dg/ubsan/pr105093.C