On Sun, Feb 03, 2002 at 06:18:09PM +0100, Casper Hornstrup wrote: > I have tried using LABEL_PRESERVE_P (label) = 1; on the label for the block, > but this only preserves the label and not the following code. How do I > preserve both the label and the following code? You don't. Put it in assembly outside the function where it belongs. r~