Bug#398316: gcc-4.1: Apparent inline function expansion bug on ARM

2006-11-13 Thread Falk Hueffner
Theodore Tso <[EMAIL PROTECTED]> writes: > On Mon, Nov 13, 2006 at 09:49:21AM +0100, Falk Hueffner wrote: >> Hi, >> >> this looks like an aliasing violation to me. bb->list, which is of >> type __u32*, is accessed via an lvalue of type void*, which is not >> compatible. Does the problem go away w

Bug#398316: gcc-4.1: Apparent inline function expansion bug on ARM

2006-11-13 Thread Theodore Tso
On Mon, Nov 13, 2006 at 09:49:21AM +0100, Falk Hueffner wrote: > Hi, > > this looks like an aliasing violation to me. bb->list, which is of > type __u32*, is accessed via an lvalue of type void*, which is not > compatible. Does the problem go away with -fno-strict-aliasing? Good point, thanks. Y

Bug#398316: gcc-4.1: Apparent inline function expansion bug on ARM

2006-11-13 Thread Falk Hueffner
Hi, this looks like an aliasing violation to me. bb->list, which is of type __u32*, is accessed via an lvalue of type void*, which is not compatible. Does the problem go away with -fno-strict-aliasing? -- Falk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib