https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121388
Bug ID: 121388 Summary: Invalid cble produced with -march=armv9-a+cmpbr while building bid_binarydecimal Product: gcc Version: 14.2.0 Status: UNCONFIRMED Keywords: assemble-failure, build Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Target: aarch64 Created attachment 62041 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62041&action=edit original preprocessed source ``` aarch64-linux-gnu-gcc bid_binarydecimal.i -c -O2 -march=armv9-a+cmpbr /tmp/ccvNgeIk.s: Assembler messages: /tmp/ccvNgeIk.s:3506: Error: immediate value out of range -1 to 62 at operand 2 -- `cble w5,63,.L771' ``` This is even without the fix for PR 121385