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 32e6acb3998 Update BASE-VER to 11.2.1 new 6d9619f05be expmed: Fix store_integral_bit_field [PR101562] new 117a880acb6 gimple-fold: Fix up __builtin_clear_padding on classes with [...]
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/expmed.c | 5 ++- gcc/gimple-fold.c | 4 ++ .../g++.dg/torture/builtin-clear-padding-4.C | 44 ++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr101562.c | 21 +++++++++++ 4 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/torture/builtin-clear-padding-4.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr101562.c