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_build/master-aarch64 in repository toolchain/ci/gcc.
from 1e2c5f4c2d1 Daily bump. adds ea1a4694e5a jit,docs: use enum directive for enumeral types adds 68c994f9aa8 jit,docs: replace c:type:`int_type` with :expr:`int_type` adds a8a282d5202 jit,docs: various fixes adds 3c5f312b447 jit,docs: compact function declarations adds 85cf5a23772 jit,docs: use list-table instead of fixed table adds 85c943f3079 jit,docs: use :expr:`type *` for pointers to a type adds 75a392d0317 jit,docs: remove :ref:`modindex` adds c6894e1ddec contrib: use sphinx-build from a venv adds 0652087375e jit,docs: shorten assembly output adds f64eb636677 gimple, internal-fn: Add IFN_TRAP and use it for __builtin_ [...] new ff26f0ba68f middle-end/106457 - improve array_at_struct_end_p for array [...]
The 1 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/gimple.cc | 11 ++- gcc/internal-fn.cc | 6 ++ gcc/internal-fn.def | 4 ++ gcc/internal-fn.h | 1 + gcc/jit/docs/conf.py | 3 + gcc/jit/docs/cp/intro/tutorial02.rst | 10 +-- gcc/jit/docs/cp/intro/tutorial04.rst | 75 +++++++++++++------- gcc/jit/docs/cp/topics/asm.rst | 2 +- gcc/jit/docs/cp/topics/contexts.rst | 8 +-- gcc/jit/docs/cp/topics/expressions.rst | 52 +++++--------- gcc/jit/docs/cp/topics/functions.rst | 48 ++++++------- gcc/jit/docs/cp/topics/objects.rst | 2 +- gcc/jit/docs/cp/topics/types.rst | 2 +- gcc/jit/docs/examples/tut04-toyvm/toyvm.c | 1 + gcc/jit/docs/index.rst | 8 --- gcc/jit/docs/intro/tutorial02.rst | 20 +++--- gcc/jit/docs/intro/tutorial03.rst | 28 ++++---- gcc/jit/docs/intro/tutorial04.rst | 79 +++++++++++++-------- gcc/jit/docs/intro/tutorial05.rst | 41 +++++++---- gcc/jit/docs/topics/compilation.rst | 38 +++++----- gcc/jit/docs/topics/contexts.rst | 14 ++-- gcc/jit/docs/topics/expressions.rst | 111 +++++++++++++++++++----------- gcc/jit/docs/topics/function-pointers.rst | 2 +- gcc/jit/docs/topics/functions.rst | 2 +- gcc/jit/docs/topics/objects.rst | 6 +- gcc/jit/docs/topics/types.rst | 111 +++++++++++++++++++----------- gcc/testsuite/gcc.dg/ubsan/pr106099.c | 10 +++ gcc/tree.cc | 4 ++ maintainer-scripts/update_web_docs_git | 21 ++---- 29 files changed, 427 insertions(+), 293 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr106099.c