This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 6c343f9378c [RS6000] ICE in decompose, at rtl.h:2282 new 7f8115b305f PR target/96313 AArch64: vqmovun* return types should be unsigned new 311183d74e4 PR target/97150 AArch64: 2nd parameter of unsigned Neon sca [...]
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-simd-builtins.def | 2 +- gcc/config/aarch64/arm_neon.h | 36 +++++++++++----------- gcc/testsuite/gcc.target/aarch64/pr96313.c | 8 +++++ gcc/testsuite/gcc.target/aarch64/pr97150.c | 14 +++++++++ .../gcc.target/aarch64/scalar_intrinsics.c | 6 ++-- 5 files changed, 44 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr96313.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr97150.c