Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43762 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25567 invoked from network); 24 Apr 2009 08:30:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2009 08:30:29 -0000 Authentication-Results: pb1.pair.com header.from=news@ger.gmane.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.2 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from [80.91.229.2] ([80.91.229.2:42664] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/14-31523-0A871F94 for ; Fri, 24 Apr 2009 04:30:26 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LxGnb-0008AE-PO for internals@lists.php.net; Fri, 24 Apr 2009 08:30:19 +0000 Received: from p5b374a92.dip.t-dialin.net ([91.55.74.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Apr 2009 08:30:19 +0000 Received: from sb by p5b374a92.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Apr 2009 08:30:19 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Fri, 24 Apr 2009 10:29:59 +0200 Lines: 8 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: p5b374a92.dip.t-dialin.net User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) Sender: news Subject: GCC 4.4.0 From: sb@sebastian-bergmann.de (Sebastian Bergmann) 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. -- Sebastian Bergmann Co-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.cc/