Mangler problem?

Simon Marlow simonmar@microsoft.com
Wed, 13 Dec 2000 04:05:06 -0800


> The assembler output of any compilation via C has strange %eax's
> appended after jumps, like
> 
>         jmp stg_update_PAP%eax
> 
> It does not seem to cause any trouble, but it definitely should not
> look like this. gcc-2.95.3.

Fixed.

Cheers,
	Simon