Re: [U-Boot-Users] [PATCH] Squash warnings from pointer aliasing in dlmalloc

2008-07-07 Thread Kumar Gala
On Jul 5, 2008, at 5:32 PM, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> > you wrote: >> When we building with gcc-4.3.x on a ppc host we get the following >> warnings: >> >> dlmalloc.c: In function 'malloc_extend_top': >> dlmalloc.c:1971: warning: dereferencing type-punned pointer w

Re: [U-Boot-Users] [PATCH] Squash warnings from pointer aliasing in dlmalloc

2008-07-05 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > When we building with gcc-4.3.x on a ppc host we get the following warnings: > > dlmalloc.c: In function 'malloc_extend_top': > dlmalloc.c:1971: warning: dereferencing type-punned pointer will break > strict-aliasing rules > dlmalloc.c:1999: warning: de

[U-Boot-Users] [PATCH] Squash warnings from pointer aliasing in dlmalloc

2008-06-04 Thread Kumar Gala
When we building with gcc-4.3.x on a ppc host we get the following warnings: dlmalloc.c: In function 'malloc_extend_top': dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-ali