[patch] h8300.h: Simplify sacro definitions.

Richard Henderson rth@redhat.com
Mon Oct 21 23:05:00 GMT 2002


On Mon, Oct 21, 2002 at 06:45:21PM -0400, Kazu Hirata wrote:
> !    && ((TARGET_H8300 && IN_RANGE (INTVAL (X) & 0xffff, 0xff00, 0xffff))
> !        || (TARGET_H8300H && IN_RANGE (INTVAL (X), 0xffff00, 0xffffff))
> !        || (TARGET_H8300S && IN_RANGE (INTVAL (X), 0xffffff00, 0xffffffff))))

This is incorrect.  This will cause cross-compilation from
a 64-bit host to fail.


r~



More information about the Gcc-patches mailing list