This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 54ed6563d22 middle-end/105165 - sorry instead of ICE for _Complex asm goto new 973a2ce71f8 tree.cc: Add tree_builtin_call_types_compatible_p [PR105150] new 46c739d40c6 c++: Handle __builtin_clear_padding on non-trivially-copyab [...]
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/cp/cp-objcp-common.cc | 16 ++++++ gcc/cp/cp-objcp-common.h | 3 ++ gcc/gimple-fold.cc | 7 +-- gcc/langhooks-def.h | 4 +- gcc/langhooks.h | 5 ++ .../g++.dg/cpp2a/builtin-clear-padding1.C | 2 +- .../g++.dg/torture/builtin-clear-padding-5.C | 44 +++++++++++++++++ gcc/testsuite/gcc.dg/pr105150.c | 8 +++ gcc/tree.cc | 57 +++++++++++++++++++++- 9 files changed, 140 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/builtin-clear-padding-5.C create mode 100644 gcc/testsuite/gcc.dg/pr105150.c