This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/sphinx in repository gcc.
from ab3d567fa92 Merge branch 'master' into devel/sphinx new 1758efd9057 LoongArch: Modify the output message string of the warning. new eee84fda23e c: Handle initializations of opaque types [PR106016] new cad8f2e62d6 Fortran: error recovery from calculation of storage size of [...] new 4b15027355e analyzer: fix stray get_element decls new 4aa2b803c18 analyzer: fix false +ves from -Wanalyzer-va-arg-type-mismat [...] new f0b75c239b4 libstdc++: Minor codegen improvement for atomic wait spinloop new 19caa98b812 Daily bump. new c50901efe40 LoongArch: adjust the default of -mexplicit-relocs by check [...] new ee781daa10c Fix Rogers e-mail in MAINTAINERS new e23c73a4246 testsuite: Add extra ia32 options so that -fprefetch-loop-a [...] new f0400e2a868 testsuite: Add -Wno-psabi to pr94920 tests [PR94920] new 94963965caa opts: Add an assertion to help static analyzers [PR106332] new 026c3dca874 cgraphunit: Don't emit asm thunks for -dx [PR106261] new 449563eb5ee RISC-V: Add RTX costs for `if_then_else' expressions new 14ab26cfa59 RISC-V: Remove duplicate backslashes from `stack_protect_se [...] new a852409c60a LoongArch: document -m[no-]explicit-relocs new 375ae104375 analyzer: add get_meaning_for_state_change vfunc to fd_diag [...] new aab41924aa8 docs: Fix outdated reference to LOOPS_HAVE_MARKED_SINGLE_EXITS new c6eaea472a1 MAINTAINERS: Add myself as CTF and BTF reviewer new a4ac487b9b3 preprocessor: Set input_location to the most recently seen token new 89792c7d12c Daily bump. new 3cda4e1955f jit,docs: use enum directive for enumeral types new 27018417b3e jit,docs: replace c:type:`int_type` with :expr:`int_type` new 4285d79dd46 jit,docs: various fixes new e1646451039 jit,docs: compact function declarations new 651d14eec97 jit,docs: use list-table instead of fixed table new 8bdae0c2179 jit,docs: use :expr:`type *` for pointers to a type new 82dc469da38 jit,docs: remove :ref:`modindex` new 3168c2f8ede contrib: use sphinx-build from a venv new a1b7908c3d4 jit,docs: shorten assembly output new 3a4cd5dc6fa gimple, internal-fn: Add IFN_TRAP and use it for __builtin_ [...]
The 31 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 | 4 +- gcc/ChangeLog | 385 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 17 ++ gcc/analyzer/region.h | 8 - gcc/analyzer/sm-fd.cc | 14 + gcc/analyzer/store.cc | 4 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-ppoutput.cc | 4 + gcc/cgraphunit.cc | 2 +- gcc/config/loongarch/genopts/loongarch.opt.in | 2 +- gcc/config/loongarch/loongarch-opts.cc | 4 +- gcc/config/loongarch/loongarch-opts.h | 4 + gcc/config/loongarch/loongarch.opt | 2 +- gcc/config/riscv/riscv.cc | 27 ++ gcc/config/riscv/riscv.md | 2 +- gcc/configure | 37 ++- gcc/configure.ac | 7 +- gcc/cp/ChangeLog | 6 + gcc/doc/invoke.texi | 13 + gcc/doc/loop.texi | 2 +- gcc/expr.cc | 2 +- gcc/fortran/ChangeLog | 6 + gcc/fortran/interface.cc | 7 +- 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/opts-common.cc | 2 + gcc/testsuite/ChangeLog | 87 ++++++ gcc/testsuite/c-c++-common/pragma-diag-14.c | 9 + gcc/testsuite/c-c++-common/pragma-diag-15.c | 13 + gcc/testsuite/g++.dg/debug/pr106261.C | 36 +++ gcc/testsuite/g++.dg/pr94920-1.C | 1 + gcc/testsuite/g++.dg/pr94920.C | 2 +- gcc/testsuite/gcc.dg/analyzer/fd-meaning.c | 37 +++ gcc/testsuite/gcc.dg/analyzer/stdarg-types-3.c | 67 +++++ gcc/testsuite/gcc.dg/analyzer/stdarg-types-4.c | 22 ++ gcc/testsuite/gcc.dg/pr106397.c | 1 + gcc/testsuite/gcc.dg/ubsan/pr106099.c | 10 + gcc/testsuite/gcc.target/powerpc/pr106016.c | 14 + gcc/testsuite/gfortran.dg/pr103504.f90 | 28 ++ libstdc++-v3/ChangeLog | 4 + libstdc++-v3/include/bits/atomic_wait.h | 17 +- maintainer-scripts/update_web_docs_git | 21 +- 68 files changed, 1300 insertions(+), 330 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/g++.dg/debug/pr106261.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/fd-meaning.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/stdarg-types-3.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/stdarg-types-4.c create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr106099.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr106016.c create mode 100644 gcc/testsuite/gfortran.dg/pr103504.f90