guile-devel
[Top][All Lists]
Advanced

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

gcc's catching more "errors" now...


From: Rob Browning
Subject: gcc's catching more "errors" now...
Date: Fri, 09 May 2003 11:05:06 -0500
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux)

I tried configuring with CC=gcc-3.3, and we get:

gcc-3.3 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libguile-ltdl -g -O2 
-Werror -Wall -Wmissing-prototypes -MT eval.lo -MD -MP -MF .deps/eval.Tpo -c 
eval.c  -fPIC -DPIC -o .libs/eval.lo
eval.c: In function `scm_ceval':
eval.c:1966: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
In file included from eval.c:4591:
eval.c: In function `scm_deval':
eval.c:1966: warning: dereferencing type-punned pointer will break 
strict-aliasing rules

which is complaining about this:

  if (scm_stack_checking_enabled_p
      && SCM_STACK_OVERFLOW_P ((SCM_STACKITEM *) &proc))
    {

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




reply via email to

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