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]

Re: x86_64 merger part 15 - new extra constraints


On Wed, Mar 14, 2001 at 02:56:34PM +0100, Jan Hubicka wrote:
> +     error ("Code model `large' not supported yet.");

Use sorry.

> + #if HOST_BITS_PER_WIDE_INT == 32

All of these can be done via regular ifs instead of ifdefs.
Please do.

> + 	  HOST_WIDE_INT val = trunc_int_for_mode (INTVAL (value), DImode);
> + 	  return (HOST_WIDE_INT)(int)val == val;

SImode.


Otherwise ok.



r~


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