Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41376 invoked from network); 24 Apr 2009 09:02:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2009 09:02:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 97.107.131.220 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 97.107.131.220 whisky.macvicar.net Linux 2.6 Received: from [97.107.131.220] ([97.107.131.220:58757] helo=whisky.macvicar.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/97-31523-03081F94 for ; Fri, 24 Apr 2009 05:02:40 -0400 Received: from [192.168.1.102] (macvicar.demon.co.uk [80.177.111.173]) by whisky.macvicar.net (Postfix) with ESMTP id A5701468DF; Fri, 24 Apr 2009 05:02:34 -0400 (EDT) Message-ID: <49F18024.8020705@macvicar.net> Date: Fri, 24 Apr 2009 10:02:28 +0100 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Sebastian Bergmann CC: internals@lists.php.net References: <49F17A62.3010707@macvicar.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-ScottMac-MailScanner-Information: Please contact the ISP for more information X-ScottMac-MailScanner-ID: A5701468DF.D2C92 X-ScottMac-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-ScottMac-MailScanner-From: scott@macvicar.net X-Spam-Status: No Subject: Re: [PHP-DEV] GCC 4.4.0 From: scott@macvicar.net (Scott MacVicar) Sebastian Bergmann wrote: > Scott MacVicar schrieb: >> 64-bit machine? > > Nope: > > sb@ubuntu ~ % uname -a > Linux ubuntu 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC > 2009 i686 GNU/Linux > > sb@ubuntu ~ % /usr/local/gcc/bin/gcc -v > Using built-in specs. > Target: i686-pc-linux-gnu > Configured with: ../configure --prefix=/usr/local/gcc > --enable-languages=c,c++ > Thread model: posix > gcc version 4.4.0 (GCC) > Can you set your cflags to -fno-strict-aliasing and try again. This resolved the issue with the previous report. It was bug #47730 Scott