Test case:

        .syntax unified
        .thumb
        .text
        it        al
        subal     r3, r3, #1

This is valid code.  But gas 2.23.2 complains:

gas/as-new ~/x.s
/home/tege/x.s: Assembler messages:
/home/tege/x.s:5: Error: instruction not allowed in IT block -- `subal
r3,r3,#1'

(If one changes the condition from 'al' to anything else, for example
'eq', the assembler works correctly.)

-- 
Torbjörn

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to