https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598
--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jan 8 10:11:29 2019 New Revision: 267698 URL: https://gcc.gnu.org/viewcvs?rev=267698&root=gcc&view=rev Log: Backported from mainline 2018-12-06 Jakub Jelinek <ja...@redhat.com> PR target/87598 * config/aarch64/aarch64.c (aarch64_print_address_internal): Don't call output_operand_lossage on VOIDmode CONST_INTs. After output_operand_lossage do return false. * gcc.target/aarch64/asm-5.c: New test. Added: branches/gcc-8-branch/gcc/testsuite/gcc.target/aarch64/asm-5.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/config/aarch64/aarch64.c branches/gcc-8-branch/gcc/testsuite/ChangeLog