This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: New C parser [patch]
On Wed, Oct 27, 2004 at 12:22:25PM -0700, Zack Weinberg wrote:
> ... it's still a
> layering violation to be calling assembly output routines directly
> from the parser.
Granted. Just wanted to nip the "it's not useful" thought in the bud.
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.
r~