https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100200
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:1c0c371d0ea297af2e3180c64cd18f2bfce919b1 commit r12-164-g1c0c371d0ea297af2e3180c64cd18f2bfce919b1 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Apr 27 17:50:53 2021 +0200 aarch64: Fix up last commit [PR100200] Pedantically signed vs. unsigned mismatches in va_arg are only well defined if the value can be represented in both signed and unsigned integer types. 2021-04-27 Jakub Jelinek <ja...@redhat.com> PR target/100200 * config/aarch64/aarch64.c (aarch64_print_operand): Cast -UINTVAL back to HOST_WIDE_INT.