This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b3a2b307b9d libstdc++: Fix constexpr functions to conform to older standards new 29e2bc5f9ab rs6000: Fix __builtin_altivec_vcmpne{b,h,w} implementation new 464e207496c aarch64: Add support for Cortex-A520 CPU
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/config/aarch64/aarch64-cores.def | 2 + gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/rs6000/altivec.md | 12 +++ gcc/config/rs6000/rs6000-builtins.def | 18 ++-- gcc/doc/invoke.texi | 4 +- .../gcc.target/powerpc/vec-cmpne-runnable.c | 36 +++++++ gcc/testsuite/gcc.target/powerpc/vec-cmpne.c | 112 ++------------------- .../powerpc/{vec-cmpne.c => vec-cmpne.h} | 40 ++------ 8 files changed, 79 insertions(+), 147 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-cmpne-runnable.c copy gcc/testsuite/gcc.target/powerpc/{vec-cmpne.c => vec-cmpne.h} (65%)