Re: [wide-int] Fix avr build

2013-11-06 Thread Mike Stump
On Nov 6, 2013, at 2:48 PM, Richard Sandiford wrote: > The main part of getting avr to work was changing the type used to > handle the insert_bits mask, which went into mainline first. This just > mops up a couple of other problems. > Will say more about the comparison later. Look forward to

[wide-int] Fix avr build

2013-11-06 Thread Richard Sandiford
The main part of getting avr to work was changing the type used to handle the insert_bits mask, which went into mainline first. This just mops up a couple of other problems. The first two hunks are from still using double_int for fixed-point. Tested by comparing avr-rtems between the branch and