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 56f778b012d [RS6000] ICE in decompose, at rtl.h:2282 new 7d177b142dc PR target/96313 AArch64: vqmovun* return types should be unsigned new 11af9c329ae 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