Bug 845 - GAS .rept pseudo op-code
Summary: GAS .rept pseudo op-code
Status: RESOLVED WORKSFORME
Alias: None
Product: binutils
Classification: Unclassified
Component: gas (show other bugs)
Version: 2.15
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 05:10 UTC by jay
Modified: 2012-01-26 01:39 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jay 2005-04-13 05:10:25 UTC
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
Comment 1 Nick Clifton 2005-04-13 16:13:23 UTC
Subject: Re:  New: GAS .rept pseudo op-code

Hi Jaydeep,

> Following code generates error,
> 
> 		.rept 2
> 			.irp m1 1,2
> 				.long \m1
> 			.endr
> 		.endr	
> 
> ***Error: unexpected end of file in irp or irpc

  For which target ?

I was unable to reproduce this failure using the current sources in the 
CVS and an x86 targeted version of GAS.

Cheers
   Nick


Comment 2 Ben Elliston 2006-03-17 00:39:54 UTC
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
Comment 3 Ben Elliston 2006-03-21 00:04:04 UTC
Unable to reproduce; no submitter feedback in over 6 months.