From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Tue, 31 Aug 2010 17:30:39 -0500 Subject: [U-Boot] warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules Message-ID: <4C7D828F.6040905@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I ran Software Update on my Fedora 13 system, and now whenever I build U-Boot, I get a bunch of warnings like this: dlmalloc.c: In function 'malloc': dlmalloc.c:2252: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules dlmalloc.c:2252: note: initialized from here dlmalloc.c:2261: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules dlmalloc.c:2261: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules dlmalloc.c:2261: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules dlmalloc.c:2261: note: initialized from here dlmalloc.c:2268: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules dlmalloc.c:2268: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules dlmalloc.c:2268: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules dlmalloc.c:2268: note: initialized from here dlmalloc.c:2325: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules dlmalloc.c:2325: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules dlmalloc.c:2325: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules dlmalloc.c:2325: note: initialized from here Can anyone explain why this is happening? I don't understand how a Fedora update would change anything, since my cross-compile toolchain is not distributed with Fedora, so it shouldn't have changed.