Hi,

Following code generates error,

                .rept 2
                        .irp m1 1,2
                                .long \m1
                        .endr
                .endr   

***Error: unexpected end of file in irp or irpc

I was expecting,
  .long 1
  .long 2
  .long 1
  .long 2

Please let me know if anyting is wrong with the code.
Best regards,
Jaydeep

-- 
           Summary: GAS .rept pseudo op-code
           Product: binutils
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: jp dot subhash at samsung dot com
                CC: bug-binutils at gnu dot org


http://sources.redhat.com/bugzilla/show_bug.cgi?id=845

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

Reply via email to