On 04/18/14 10:02, Richard Henderson wrote:
Building mainline I got
.../aarch64.c:4879:134: error: invalid conversion from ‘reg_class_t {aka int}’
to ‘machine_mode’ [-fpermissive]
if (! TARGET_SIMD && GET_MODE_SIZE (from) == 128 && GET_MODE_SIZE (to) ==
128)
Sure enough, TO and FROM are
Building mainline I got
> .../aarch64.c:4879:134: error: invalid conversion from ‘reg_class_t {aka
> int}’ to ‘machine_mode’ [-fpermissive]
>if (! TARGET_SIMD && GET_MODE_SIZE (from) == 128 && GET_MODE_SIZE (to) ==
> 128)
Sure enough, TO and FROM are not modes. Did mainline just change awa