On 09/26/2015 03:06 AM, Andreas Schwab wrote:
Jeff Law <l...@redhat.com> writes:

@@ -195,7 +195,7 @@
    "@internal
     Unconditional two-address add / sub constant"
    (and (match_code "const_int")
-       (match_test "ival == -1 << 31
+       (match_test "ival == HOST_WIDE_INT (HOST_WIDE_INT_M1U << 31)

Syntax error?
Yes, though strangely it's not causing the port to fail to build.  Weird.

I'll take care of it.

THanks,
Jeff

Reply via email to