3.4 i386 code generation problem with leal

Richard Henderson rth@redhat.com
Tue Apr 8 01:00:00 GMT 2003


On Mon, Apr 07, 2003 at 10:10:08PM +0200, Jan Hubicka wrote:
>       case UNSPEC_GOTOFF:
> +       if (GET_CODE (XVECEXP (disp, 0, 0)) == SYMBOL_REF
> + 	  || GET_CODE (XVECEXP (disp, 0, 0)) == LABEL_REF)
>         return local_symbolic_operand (XVECEXP (disp, 0, 0), Pmode);
>       case UNSPEC_GOTTPOFF:

If you're intending to fall thru, please write /* FALLTHRU */.

Otherwise ok.


r~



More information about the Gcc-bugs mailing list