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-aarch64-bootstrap_profiled 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] adds af086d19112 Daily bump.
No new revisions were added by this update.
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