http://sourceware.org/bugzilla/show_bug.cgi?id=845
Alexey Makhalov changed:
What|Removed |Added
CC||makhaloff at gmail dot com
--
Configu
--- Additional Comments From bje at sources dot redhat dot com 2006-03-21
00:04 ---
Unable to reproduce; no submitter feedback in over 6 months.
--
What|Removed |Added
--- Additional Comments From bje at sources dot redhat dot com 2006-03-17
00:39 ---
Hi Nick
I cannot reproduce this bug either. It's almost been a year since you responded
to the submitter and they have not responded. I propose that we close this bug
report.
Cheers, Ben
--
--- Additional Comments From nickc at redhat dot com 2005-04-13 16:13
---
Subject: Re: New: GAS .rept pseudo op-code
Hi Jaydeep,
> Following code generates error,
>
> .rept 2
> .irp m1 1,2
> .long \m1
>