http://sourceware.org/bugzilla/show_bug.cgi?id=15647

            Bug ID: 15647
           Summary: ARM assembler rejects operand starting with { in
                    instruction inside macro
           Product: binutils
           Version: 2.23
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: roland at gnu dot org

Target arm-linux-gnueabi (or arm-*).  This input:

.macro foo arg, rest:vararg
    \rest
.endm
    foo r0, push {r0}

produces "Error: bad instruction `push{r0}'".

A fix was posted at http://sourceware.org/ml/binutils/2013-06/msg00090.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

Reply via email to