Re: [PATCH][ARM] Do not call covert during RTL expansion

2012-03-12 Thread Ramana Radhakrishnan
On 12 March 2012 10:22, Richard Guenther wrote: > > convert is supposed to be called only from frontend code as it > may raise errors. > > The call in neon_dereference_pointer is from RTL expansion > (and not necessary). > > Fixed as follows, I built a cross-cc1 for checking. > > Ok? Ok. From my

[PATCH][ARM] Do not call covert during RTL expansion

2012-03-12 Thread Richard Guenther
convert is supposed to be called only from frontend code as it may raise errors. The call in neon_dereference_pointer is from RTL expansion (and not necessary). Fixed as follows, I built a cross-cc1 for checking. Ok? Thanks, Richard. 2012-03-12 Richard Guenther * config/arm/arm.c