This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 069aedd PR tree-optimization/79699 - small memory leak in MPFR new 4600b83 * gcc.target/i386/avx512vpopcntdq-check.h: New. * gcc.targe [...] new 2b1a8f9 rs6000: Fix for -mwarn-cell-microcode (PR43763)
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/ChangeLog | 7 +++ gcc/config/rs6000/rs6000.c | 5 ++ gcc/testsuite/ChangeLog | 9 ++++ gcc/testsuite/gcc.target/i386/avx512f-helper.h | 5 ++ ...vx5124vnniw-check.h => avx512vpopcntdq-check.h} | 8 +-- .../gcc.target/i386/avx512vpopcntdq-vpopcntd-1.c | 57 ++++++++++++++++++++++ .../gcc.target/i386/avx512vpopcntdq-vpopcntq-1.c | 57 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/i386.exp | 13 +++++ 8 files changed, 157 insertions(+), 4 deletions(-) copy gcc/testsuite/gcc.target/i386/{avx5124vnniw-check.h => avx512vpopcntdq-check. [...] create mode 100644 gcc/testsuite/gcc.target/i386/avx512vpopcntdq-vpopcntd-1.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512vpopcntdq-vpopcntq-1.c