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 59d2f2c7717 arm: Fix canary address calculation for non-PIC new 6959f60cb27 ira: Fix elimination for global hard FPs [PR97054] new 9428e926743 aarch64: Add support for Neoverse N2 CPU new 93212f3e15c Add missing FSF copyright notes for x86 intrinsic headers. new ffe2a432ac5 x86: Replace <enqcmdntrin.h> with <enqcmdintrin.h>
The 4 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/aarch64/aarch64-cores.def | 3 + gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/i386/avx512vp2intersectintrin.h | 23 +++++++ gcc/config/i386/avx512vp2intersectvlintrin.h | 23 +++++++ gcc/config/i386/enqcmdintrin.h | 8 +-- gcc/config/i386/pconfigintrin.h | 23 +++++++ gcc/config/i386/wbnoinvdintrin.h | 23 +++++++ gcc/doc/invoke.texi | 4 +- gcc/ira.c | 8 ++- gcc/testsuite/g++.target/i386/pr97054.C | 96 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr82673.c | 2 +- 11 files changed, 205 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/pr97054.C