Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43769 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9003 invoked from network); 25 Apr 2009 11:09:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2009 11:09:23 -0000 Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.55.154.24 as permitted sender) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.24 relay4.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.24] ([212.55.154.24:55359] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/81-34382-26FE2F94 for ; Sat, 25 Apr 2009 07:09:23 -0400 Received: (qmail 22199 invoked from network); 25 Apr 2009 11:08:27 -0000 Received: from unknown (HELO sapo.pt) (10.134.37.162) by relay4 with SMTP; 25 Apr 2009 11:08:27 -0000 Received: (qmail 19454 invoked from network); 25 Apr 2009 11:10:03 -0000 X-AntiVirus: PTMail-AV 0.3-0.92.0 X-Virus-Status: Clean (0.00374 seconds) Received: from unknown (HELO PC3EE1F19287) (nunoplopes@sapo.pt@[93.197.138.203]) (envelope-sender ) by mta12 (qmail-ldap-1.03) with SMTP for ; 25 Apr 2009 11:10:02 -0000 Message-ID: To: , "Sebastian Bergmann" References: <49F17A62.3010707@macvicar.net> <49F18024.8020705@macvicar.net> Date: Sat, 25 Apr 2009 12:09:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-15"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Subject: Re: [PHP-DEV] GCC 4.4.0 From: nlopess@php.net ("Nuno Lopes") > Scott MacVicar schrieb: >> Can you set your cflags to -fno-strict-aliasing and try again. This >> resolved the issue with the previous report. > > Adding -fno-strict-aliasing to CFLAGS works around the issue, yes. Wow, this is terrible news, as -fno-strict-aliasing usually degrades performance by a considerable amount. Do you where it's crashing so that I can take a look? Nuno