Re: [Patch, ARM, LRA] Fix Thumb1 ICE

2013-12-19 Thread Ramana Radhakrishnan
On Wed, Dec 18, 2013 at 1:46 PM, Yvan Roux wrote: > Hi, > > this patch from Vladimir fixes an ICE when compiling newlib in Thumb1. > It returns NO_REGS in THUMB_SECONDARY_OUTPUT_RELOAD_CLASS, the same > way we did for THUMB_SECONDARY_INPUT_RELOAD_CLASS. This is OK if there are no regressions for

[Patch, ARM, LRA] Fix Thumb1 ICE

2013-12-18 Thread Yvan Roux
Hi, this patch from Vladimir fixes an ICE when compiling newlib in Thumb1. It returns NO_REGS in THUMB_SECONDARY_OUTPUT_RELOAD_CLASS, the same way we did for THUMB_SECONDARY_INPUT_RELOAD_CLASS. The testsuite is OK with this patch, but as we have also a regression on iWMMXT, I tried to avoid the