This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: New C parser [patch]


On Wed, Oct 27, 2004 at 02:22:16PM -0700, Richard Henderson wrote:
> Personally, I think there should be no ordering guarantees between any
> top-level objects.  If you need particular ordering from your assembly,
> then you should write one top-level asm and not two.

You can also use subsections to enforce ordering, so even when multiple
asms are needed there's no real need to have gcc emit them in any
particular order.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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