This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from bf64404280a vect: Merge loop mask and cond_op mask in fold-left reducti [...] new 297ea7e5bb5 c++: Fix ICE on constexpr placement new [PR115754] new d668f875985 gimple-fold: Fix up __builtin_clear_padding lowering [PR115527] new 01dfc5b4add bitint: Use gsi_insert_on_edge rather than gsi_insert_on_ed [...]
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/constexpr.cc | 5 ++- gcc/gimple-fold.cc | 12 ++++--- gcc/gimple-lower-bitint.cc | 3 +- .../c-c++-common/torture/builtin-clear-padding-1.c | 1 + .../c-c++-common/torture/builtin-clear-padding-2.c | 1 + .../c-c++-common/torture/builtin-clear-padding-3.c | 1 + .../c-c++-common/torture/builtin-clear-padding-4.c | 4 +-- .../c-c++-common/torture/builtin-clear-padding-5.c | 1 + .../c-c++-common/torture/builtin-clear-padding-6.c | 28 ++++++++++++++++ gcc/testsuite/g++.dg/cpp26/pr115754.C | 36 ++++++++++++++++++++ gcc/testsuite/gcc.dg/bitint-108.c | 38 ++++++++++++++++++++++ 11 files changed, 121 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/torture/builtin-clear-padding-6.c create mode 100644 gcc/testsuite/g++.dg/cpp26/pr115754.C create mode 100644 gcc/testsuite/gcc.dg/bitint-108.c