bad dead code detection ?
Fergus Henderson
fjh@cs.mu.OZ.AU
Fri Jul 4 22:50:00 GMT 2003
On 25-Jun-2003, tm_gccmail@mail.kloo.net <tm_gccmail@mail.kloo.net> wrote:
> I've run into this problem in other situations. IMHO, we need to find a
> way to support this (inline assembly which changes the control flow)
What's wrong with
void *target;
asm("..." : "=g"(target) : )
goto *target;
?
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
More information about the Gcc
mailing list