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 e32ca426242 doc: Clarify FENV_ACCESS pragma semantics WRT `-ftrapping-math' adds b8ce0c4361c jit: update docs to reflect .c to .cc renaming adds 9cac6811cf0 analyzer: expand the comment in region.h adds 9c60338061b analyzer: add CWE identifier URLs to docs adds 872693eebb6 analyzer: new warning: -Wanalyzer-putenv-of-auto-var [PR105893] new af086d19112 Daily bump.
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/ChangeLog | 46 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 19 +++++ gcc/analyzer/analyzer.opt | 4 ++ gcc/analyzer/region-model-impl-calls.cc | 117 +++++++++++++++++++++++++++++++ gcc/analyzer/region-model.cc | 6 ++ gcc/analyzer/region-model.h | 1 + gcc/analyzer/region.h | 52 ++++++++------ gcc/analyzer/sm-malloc.cc | 1 + gcc/analyzer/sm-taint.cc | 1 + gcc/doc/invoke.texi | 64 +++++++++++++++-- gcc/jit/ChangeLog | 76 ++++++++++++++++++++ gcc/jit/docs/internals/index.rst | 3 +- gcc/testsuite/ChangeLog | 25 +++++++ gcc/testsuite/gcc.dg/analyzer/putenv-1.c | 109 ++++++++++++++++++++++++++++ maintainer-scripts/ChangeLog | 5 ++ 16 files changed, 502 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/putenv-1.c