Re: [PATCH][RFC] PentiumPro/II split in x86 config

David Woodhouse (dwmw2@infradead.org)
Tue, 28 May 2002 16:00:57 +0100


mikpe@csd.uu.se said:
> They do implement inline asm() nowadays, but alas not &&label and
> computed gotos.

The only places I've seen &&label used are where it's been passed into an
inline asm which has jumped to it... but gcc has optimised the label and
the code following it away because it was never used (inline asm isn't
allowed to do that).

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/