Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27520 invoked from network); 24 Apr 2009 08:38:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2009 08:38:07 -0000 Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; 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:43591] helo=whisky.macvicar.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/74-31523-D6A71F94 for ; Fri, 24 Apr 2009 04:38:06 -0400 Received: from [192.168.1.102] (macvicar.demon.co.uk [80.177.111.173]) by whisky.macvicar.net (Postfix) with ESMTP id 91929468DF; Fri, 24 Apr 2009 04:38:00 -0400 (EDT) Message-ID: <49F17A62.3010707@macvicar.net> Date: Fri, 24 Apr 2009 09:37:54 +0100 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Sebastian Bergmann CC: internals@lists.php.net References: 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: 91929468DF.5A2A8 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: > I experimented a bit with GCC 4.4.0 recently and found out that when > compiled with it and -O2, PHP_5_3 segfaults. -O0 and -O1 are fine. > > PHP_5_2 and GCC 4.4.0 is fine at -O2. > 64-bit machine? There is a known issue with 4.3.0 on 64-bit amd. Scott