This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1be51a3a9ac PR c++/97201 - ICE in -Warray-bounds writing to result of o [...] new 3175d40fc52 analyzer: add warnings about writes to constant regions [PR95007]
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/analyzer/analyzer.opt | 8 ++ gcc/analyzer/region-model-impl-calls.cc | 6 ++ gcc/analyzer/region-model.cc | 117 ++++++++++++++++++++- gcc/analyzer/region-model.h | 3 + gcc/doc/invoke.texi | 28 +++++ gcc/testsuite/gcc.dg/analyzer/write-to-const-1.c | 29 +++++ .../gcc.dg/analyzer/write-to-string-literal-1.c | 58 ++++++++++ 7 files changed, 248 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/write-to-const-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/write-to-string-literal-1.c