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-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]
No new revisions were added by this update.
Summary of changes: 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/docs/internals/index.rst | 3 +- gcc/testsuite/gcc.dg/analyzer/putenv-1.c | 109 ++++++++++++++++++++++++++++ 10 files changed, 330 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/putenv-1.c