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 e3d2b0d040e analyzer/strndup-1.c: skip on *-*-vxworks* adds 78291af555e options: Remove 'gcc/c-family/c.opt:Warray-bounds' option d [...] adds 4319304f61e options: Remove 'gcc/c-family/c.opt:Wuse-after-free' option [...] adds 0087f3600be options, '-Wc++[...]-extensions': Remove undefined one-argu [...] adds d8e91994bad options: Improve 'LangEnabledBy' option property diagnostics adds 4f2795218a6 c++: Fox template-introduction tentative parsing in class b [...] adds 9778a7dc0b3 [nvptx, doc] Update misa and mptx, add march and march-map adds 410f39f56c1 openmp: Ensure DECL_CONTEXT of OpenMP iterators in template [...] adds 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
No new revisions were added by this update.
Summary of changes: gcc/c-family/c.opt | 20 ++++-------- gcc/cp/parser.cc | 7 ++++ gcc/cp/pt.cc | 2 ++ gcc/doc/invoke.texi | 36 ++++++++++++++++---- gcc/gimple-ssa-store-merging.cc | 2 +- gcc/opt-functions.awk | 47 +++++++-------------------- gcc/optc-gen.awk | 56 +++++++++++++++++++++++++++++--- gcc/testsuite/g++.dg/concepts/pr105061.C | 13 ++++++++ gcc/testsuite/g++.dg/gomp/pr105092.C | 26 +++++++++++++++ gcc/testsuite/g++.dg/ubsan/pr105093.C | 12 +++++++ gcc/testsuite/gcc.dg/pr105094.c | 13 ++++++++ gcc/ubsan.cc | 7 ++++ 12 files changed, 178 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/pr105061.C create mode 100644 gcc/testsuite/g++.dg/gomp/pr105092.C create mode 100644 gcc/testsuite/g++.dg/ubsan/pr105093.C create mode 100644 gcc/testsuite/gcc.dg/pr105094.c