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: [bugs] a gcc sign bug?


On Fri, Jun 01, 2001 at 02:08:19PM +0200, Jan Hubicka wrote:
> This is not overflow on host side, as HOST_WIDE_INT is 64bit,
> it is overflow on target side, as x86_64 limit immediates to
> 32bit sign extended expressions.

CONST_INT is supposed to be properly sign-extended on
the host, which means we got overflow there as well.

Either that or there's another bug elsewhere.


r~


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