Re: Bug store_bit_field_1 + patch

2012-01-23 Thread Aurelien Buhrig
Le 21/01/2012 03:37, Alan Modra a écrit : >> The problem occurs when value is a REG and bitsize > BITS_PER_WORD. This >> is because wordnum, which is used to get the subword of value, is >> incorrectly computed, in BIG_ENDIAN, wrt the number of words needed by >> bitsize instead of the number of w

Re: Bug store_bit_field_1 + patch

2012-01-20 Thread Alan Modra
On Wed, Jan 18, 2012 at 12:48:45PM +0100, Aurelien Buhrig wrote: > The problem occurs when value is a REG and bitsize > BITS_PER_WORD. This > is because wordnum, which is used to get the subword of value, is > incorrectly computed, in BIG_ENDIAN, wrt the number of words needed by > bitsize instead