This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 823b3b79cd2 Don't fold builtin into gimple when isa mismatches. new b4244671660 Spelling fix - cannott -> cannot [PR104899] new a010954cc19 i386: Fix up _mm_loadu_si{16,32} [PR99754] new c879b92c30d c++: Reject __builtin_clear_padding on non-trivially-copyab [...]
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/config/bfin/bfin.cc | 3 +- gcc/config/i386/emmintrin.h | 5 +-- gcc/cp/call.cc | 21 +++++++++ gcc/doc/extend.texi | 5 +++ gcc/range-op.cc | 2 +- .../g++.dg/cpp2a/builtin-clear-padding1.C | 50 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr99754-1.c | 20 +++++++++ gcc/testsuite/gcc.target/i386/pr99754-2.c | 24 +++++++++++ 8 files changed, 125 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/builtin-clear-padding1.C create mode 100644 gcc/testsuite/gcc.target/i386/pr99754-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr99754-2.c