This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5739d5fb541 RISC-V: Add support for XCVsimd extension in CV32E40P new 4ffcceef813 modula2: correct prototype for lseek within gcc/m2/gm2-libs [...] new 6426d466779 analyzer: fix defaults in compound assignments from non-zer [...]
The 2 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/store.cc | 11 ++++- gcc/m2/gm2-libs/libc.def | 2 +- .../c-c++-common/analyzer/compound-assignment-5.c | 3 +- .../analyzer/compound-assignment-pr112969.c | 35 +++++++++++++++ gcc/testsuite/gcc.dg/plugin/infoleak-pr112969.c | 52 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/plugin/plugin.exp | 1 + 6 files changed, 100 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/compound-assignment-pr112969.c create mode 100644 gcc/testsuite/gcc.dg/plugin/infoleak-pr112969.c