Re: [Patch ARM] PR 61154 - Define TARGET_SUPPORTS_WIDE_INT.

2014-05-31 Thread Richard Sandiford
Ramana Radhakrishnan writes: > Hi, > > This is the simplest patch to fix PR61154 that came after the wide-int > merge. I've got a patch stack that tries to audit the use of GEN_INT vs > gen_int_mode and the use of CONST_DOUBLE with VOIDmode in the backend > but it's still not safe to go a

[Patch ARM] PR 61154 - Define TARGET_SUPPORTS_WIDE_INT.

2014-05-30 Thread Ramana Radhakrishnan
Hi, This is the simplest patch to fix PR61154 that came after the wide-int merge. I've got a patch stack that tries to audit the use of GEN_INT vs gen_int_mode and the use of CONST_DOUBLE with VOIDmode in the backend but it's still not safe to go and TBH I'd like to deal with that separately