This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 7fc49a57779 c++: Handle enumerator in C++20 alias CTAD. [PR96199] new afe66e5c06e Daily bump. new 43edad43b2c rs6000: ICE when using an MMA type as a function param or r [...] new 7f976034ec4 rs6000: Rename instruction xvcvbf16sp to xvcvbf16spn
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/ChangeLog | 14 +++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000-builtin.def | 2 +- gcc/config/rs6000/rs6000-call.c | 36 ++++++++++++- gcc/config/rs6000/vsx.md | 6 +-- gcc/cp/ChangeLog | 8 +++ gcc/d/ChangeLog | 9 ++++ gcc/doc/extend.texi | 2 +- gcc/testsuite/ChangeLog | 19 +++++++ gcc/testsuite/gcc.target/powerpc/mma-builtin-3.c | 4 +- gcc/testsuite/gcc.target/powerpc/pr96506.c | 66 ++++++++++++++++++++++++ 11 files changed, 158 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr96506.c