This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Your change to final.c
- To: Richard dot Earnshaw at arm dot com
- Subject: Re: Your change to final.c
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Fri, 19 Oct 01 13:47:47 EDT
- Cc: gcc-bugs at gcc dot gnu dot org
Well, an asm statement has a limit on the number of distinct operands
that may be passed to it (10), but not on the number of times they can
be referenced. After all, the latter is just part of printing the
output; reload never needs to know how that is done.
Ah, now I see. My code didn't deal with duplicates. Will fix: it should
only write out the name for the first occurrence.