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_O3 in repository toolchain/ci/gcc.
from 3cf07cc5e51 RISC-V: Remove duplicate backslashes from `stack_protect_se [...] adds c2481a6bb70 LoongArch: document -m[no-]explicit-relocs adds 0f82c0ea8d8 analyzer: add get_meaning_for_state_change vfunc to fd_diag [...] adds 5eb9f117a36 docs: Fix outdated reference to LOOPS_HAVE_MARKED_SINGLE_EXITS adds 66fb08fec30 MAINTAINERS: Add myself as CTF and BTF reviewer adds 219f8649579 preprocessor: Set input_location to the most recently seen token adds 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 new f64eb636677 gimple, internal-fn: Add IFN_TRAP and use it for __builtin_ [...]
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: ChangeLog | 8 ++ MAINTAINERS | 2 +- gcc/ChangeLog | 42 +++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 6 ++ gcc/analyzer/sm-fd.cc | 14 ++++ gcc/c-family/ChangeLog | 5 ++ gcc/c-family/c-ppoutput.cc | 4 + gcc/doc/invoke.texi | 13 ++++ gcc/doc/loop.texi | 2 +- 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/ChangeLog | 27 +++++++ gcc/testsuite/c-c++-common/pragma-diag-14.c | 9 +++ gcc/testsuite/c-c++-common/pragma-diag-15.c | 13 ++++ gcc/testsuite/gcc.dg/analyzer/fd-meaning.c | 37 ++++++++++ gcc/testsuite/gcc.dg/ubsan/pr106099.c | 10 +++ maintainer-scripts/update_web_docs_git | 21 ++---- 42 files changed, 604 insertions(+), 296 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pragma-diag-14.c create mode 100644 gcc/testsuite/c-c++-common/pragma-diag-15.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/fd-meaning.c create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr106099.c