This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 6d6b093133b [RS6000] ICE in decompose, at rtl.h:2282 new 18d980d94f8 PR target/96313 AArch64: vqmovun* return types should be unsigned new d5c6ea22fe6 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