This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 894295ada02 Daily bump. new de0656f9864 analyzer: assume that POINTER_PLUS_EXPR of non-NULL is non- [...] new 1250dcee749 jit: set DECL_CONTEXT of RESULT_DECL [PR103562]
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/region-model.cc | 73 +++++++++++++++++---------- gcc/jit/jit-playback.c | 1 + gcc/testsuite/gcc.dg/analyzer/data-model-23.c | 26 ++++++++++ gcc/testsuite/gcc.dg/analyzer/pr101962.c | 50 ++++++++++++++++++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 ++ gcc/testsuite/jit.dg/test-pr103562.c | 62 +++++++++++++++++++++++ 6 files changed, 187 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/data-model-23.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr101962.c create mode 100644 gcc/testsuite/jit.dg/test-pr103562.c