This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.4 i386 code generation problem with leal


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]