This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 1e2c5f4c2d1 Daily bump. new ea1a4694e5a jit,docs: use enum directive for enumeral types new 68c994f9aa8 jit,docs: replace c:type:`int_type` with :expr:`int_type` new a8a282d5202 jit,docs: various fixes new 3c5f312b447 jit,docs: compact function declarations new 85cf5a23772 jit,docs: use list-table instead of fixed table new 85c943f3079 jit,docs: use :expr:`type *` for pointers to a type new 75a392d0317 jit,docs: remove :ref:`modindex` new c6894e1ddec contrib: use sphinx-build from a venv new 0652087375e jit,docs: shorten assembly output
The 9 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/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 +++++++++++++++++++----------- maintainer-scripts/update_web_docs_git | 21 ++---- 23 files changed, 392 insertions(+), 292 deletions(-)