On 06/22/15 13:04, Marek Polacek wrote:
On Mon, Jun 22, 2015 at 01:00:51PM -0400, Nathan Sidwell wrote:+ if (GET_CODE (arg) != CONST_INT + || (unsigned HOST_WIDE_INT)INTVAL (arg) >= OACC_HWM)Don't we have UINTVAL for this? So UINTVAL (arg).
Oh, thanks! will fix nathan -- Nathan Sidwell