From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.devel Subject: Re: Everyone working on the C side might want to read this article... Date: Thu, 17 Apr 2003 13:25:34 -0700 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <3E9F0DBE.9B2BD962@veritas.com> References: <873ckgevxl.fsf@raven.i.defaultvalue.org> Reply-To: bkorb@veritas.com NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1050611366 25186 80.91.224.249 (17 Apr 2003 20:29:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2003 20:29:26 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Apr 17 22:29:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 196G0T-0006XR-00 for ; Thu, 17 Apr 2003 22:29:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 196G0B-0006ry-01 for guile-devel@m.gmane.org; Thu, 17 Apr 2003 16:28:59 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 196FzG-0006EL-00 for guile-devel@gnu.org; Thu, 17 Apr 2003 16:28:02 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 196Fz9-0006Cp-00 for guile-devel@gnu.org; Thu, 17 Apr 2003 16:27:56 -0400 Original-Received: from bay-bridge.veritas.com ([143.127.3.10] helo=mtvmime01.veritas.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 196Fx3-0005Yt-00 for guile-devel@gnu.org; Thu, 17 Apr 2003 16:25:45 -0400 Original-Received: from megami (unverified) by mtvmime01.veritas.com ; Thu, 17 Apr 2003 13:28:10 -0700 Original-Received: from veritas.com(ellen.veritas.com[10.180.88.137]) (1124 bytes) by megami via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Thu, 17 Apr 2003 13:25:38 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #15 built 2001-Aug-30) X-Mailer: Mozilla 4.8 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en Original-To: Rob Browning X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2175 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2175 Rob Browning wrote: > > The following article explains gcc changes that may be behind at least > some of our recent set of bugs: > > http://www.ddj.com/documents/s=880/ddj0010d/0010d.htm > > You may not need to read it if you're already familiar with what the C > standard says about type aliasing, It means try turning off strict aliasing rules (like the Linux kernel) and see if it behaves better: -fno-strict-aliasing _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel