Re: [U-Boot] [PATCH 2/9] Fix strict-aliasing warning in dlmalloc

2012-09-04 Thread Andreas Bießmann
Dear Simon Glas, On 13.08.2012 17:25, Andreas Bießmann wrote: Dear Simon Glass, On 06.01.2012 04:54, Simon Glass wrote: This fixes the following warnings in dlmalloc seen with my gcc 4.6. dlmalloc.c: In function 'malloc_bin_reloc': dlmalloc.c:1493: warning: dereferencing pointer 'p' does brea

Re: [U-Boot] [PATCH 2/9] Fix strict-aliasing warning in dlmalloc

2012-08-13 Thread Andreas Bießmann
Dear Simon Glass, On 06.01.2012 04:54, Simon Glass wrote: > This fixes the following warnings in dlmalloc seen with my gcc 4.6. > > dlmalloc.c: In function 'malloc_bin_reloc': > dlmalloc.c:1493: warning: dereferencing pointer 'p' does break > strict-aliasing rules > dlmalloc.c:1493: warning: der

Re: [U-Boot] [PATCH 2/9] Fix strict-aliasing warning in dlmalloc

2012-01-08 Thread Mike Frysinger
On Friday 06 January 2012 15:39:08 Simon Glass wrote: > On Thu, Jan 5, 2012 at 10:48 PM, Wolfgang Denk wrote: > > Simon Glass wrote: > >> This fixes the following warnings in dlmalloc seen with my gcc 4.6. > > > > Which exact version is this? > > > >> dlmalloc.c: In function 'malloc_bin_reloc': >

Re: [U-Boot] [PATCH 2/9] Fix strict-aliasing warning in dlmalloc

2012-01-07 Thread Simon Glass
Hi Wolfgang, On Fri, Jan 6, 2012 at 3:37 PM, Wolfgang Denk wrote: > Dear Simon, > > In message > you > wrote: >> >> > Can you please tell me at least one board configuration that throws >> > this error (preferrably ppc, arm or mips) ? >> >> I can't see one with those architectures. It does hap

Re: [U-Boot] [PATCH 2/9] Fix strict-aliasing warning in dlmalloc

2012-01-06 Thread Wolfgang Denk
Dear Simon, In message you wrote: > > > Can you please tell me at least one board configuration that throws > > this error (preferrably ppc, arm or mips) ? > > I can't see one with those architectures. It does happen for others though: ... Strange. Both MIPS and PPC build without a single wa

Re: [U-Boot] [PATCH 2/9] Fix strict-aliasing warning in dlmalloc

2012-01-06 Thread Simon Glass
Hi Wolfgang, On Thu, Jan 5, 2012 at 10:48 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1325822097-15227-3-git-send-email-...@chromium.org> you wrote: >> This fixes the following warnings in dlmalloc seen with my gcc 4.6. > > Which exact version is this? > >> dlmalloc.c: In functio

Re: [U-Boot] [PATCH 2/9] Fix strict-aliasing warning in dlmalloc

2012-01-05 Thread Wolfgang Denk
Dear Simon Glass, In message <1325822097-15227-3-git-send-email-...@chromium.org> you wrote: > This fixes the following warnings in dlmalloc seen with my gcc 4.6. Which exact version is this? > dlmalloc.c: In function 'malloc_bin_reloc': > dlmalloc.c:1493: warning: dereferencing pointer 'p' does

[U-Boot] [PATCH 2/9] Fix strict-aliasing warning in dlmalloc

2012-01-05 Thread Simon Glass
This fixes the following warnings in dlmalloc seen with my gcc 4.6. dlmalloc.c: In function 'malloc_bin_reloc': dlmalloc.c:1493: warning: dereferencing pointer 'p' does break strict-aliasing rules dlmalloc.c:1493: warning: dereferencing pointer 'p' does break strict-aliasing rules dlmalloc.c:149