[PATCH, ARM] Trunk build fail

2014-04-22 Thread Zhenqiang Chen
Hi, ARM trunk build fail from @209484, since it requires the argument of GET_MODE_SIZE to be enum machine_mode. gcc/gcc/config/arm/arm.c:21433:13: error: invalid conversion from 'int' to 'machine_mode' [-fpermissive] ... Build OK with the patch. OK for trunk? Thanks! -Zhenqiang 2014-04-22

Re: [PATCH, ARM] Trunk build fail

2014-04-22 Thread Ramana Radhakrishnan
On Tue, Apr 22, 2014 at 7:26 AM, Zhenqiang Chen zhenqiang.c...@linaro.org wrote: Hi, ARM trunk build fail from @209484, since it requires the argument of GET_MODE_SIZE to be enum machine_mode. gcc/gcc/config/arm/arm.c:21433:13: error: invalid conversion from 'int' to 'machine_mode'