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 d34083a16b5 middle-end/104497 - gimplification of vector indexing new 5155015ce57 Fix target/100106 ICE in gen_movdi new 4662984506b tree-optimization/99121 - avoid ICEing for non-constant sizes new 5446b933bc1 Use OEP_DECL_NAME when comparing VLA bounds [PR101585].
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/c-family/c-warn.c | 3 ++- gcc/gimple-array-bounds.cc | 2 ++ gcc/simplify-rtx.c | 1 + gcc/testsuite/gcc.c-torture/compile/pr100106.c | 11 +++++++++++ gcc/testsuite/gcc.dg/Wvla-parameter-13.c | 18 ++++++++++++++++++ 5 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr100106.c create mode 100644 gcc/testsuite/gcc.dg/Wvla-parameter-13.c