chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] GCC, dereferencing type-punned pointer...


From: Johannes Groedem
Subject: [Chicken-users] GCC, dereferencing type-punned pointer...
Date: Fri, 05 Sep 2003 23:49:40 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix)

Hi,

I'm getting hundreds (thousands?) of these warnings from GCC (3.3.2
20030831 (Debian prerelease)):

  warning: dereferencing type-punned pointer will break
  strict-aliasing rules

I'm just wondering whether I can safely ignore them, or whether they
are significant.  This is an x86-target, by the way.

CFLAGS = -O3 -fomit-frame-pointer -Wall -Wno-unused -Wno-uninitialized
-DHAVE_ALLOCA_H -fstrict-aliasing

make test passes, and it appears to work fine.

-- 
Johannes Groedem <OpenPGP: 5055654C>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]