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 5446b933bc1 Use OEP_DECL_NAME when comparing VLA bounds [PR101585]. new a77c9efdeb9 c++: Fix ICE due to shared BLOCK node in coroutine generati [...] new 6822d6afdf2 Fix min_flags handling in mod-ref new f0c601ed008 Fix handling of in_flags in update_escape_summary_1
The 3 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/cp/coroutines.cc | 1 + gcc/ipa-modref.c | 37 +++++++++++++++++++---------- gcc/testsuite/c-c++-common/modref-dse.c | 38 ++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr103328.C | 32 +++++++++++++++++++++++++ 4 files changed, 96 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/modref-dse.c create mode 100644 gcc/testsuite/g++.dg/coroutines/pr103328.C