This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Your change to final.c


    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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]