This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e32ca426242 doc: Clarify FENV_ACCESS pragma semantics WRT `-ftrapping-math' new b8ce0c4361c jit: update docs to reflect .c to .cc renaming new 9cac6811cf0 analyzer: expand the comment in region.h new 9c60338061b analyzer: add CWE identifier URLs to docs new 872693eebb6 analyzer: new warning: -Wanalyzer-putenv-of-auto-var [PR105893]
The 4 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/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