From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23053 invoked by alias); 27 Mar 2004 10:21:14 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 23044 invoked from network); 27 Mar 2004 10:21:12 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by sources.redhat.com with SMTP; 27 Mar 2004 10:21:12 -0000 Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id i2RA9r9b025508 for ; Sat, 27 Mar 2004 11:09:53 +0100 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.3/8.12.3/Submit) id i2RA9qVa025507; Sat, 27 Mar 2004 11:09:52 +0100 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: gcc@gcc.gnu.org Subject: GCC-3.3.4 release status report From: Gabriel Dos Reis Organization: Integrable Solutions Date: Sat, 27 Mar 2004 21:26:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-03/txt/msg01619.txt.bz2 Hi, The number of open PRs targetted for 3.3.4 has grown up to 46 (from 41 last report). Some PRs have been fixed, others are new. The set of critical PRs is now 8 and is different from what we got last report: c++/13663 c++/14507 c++/14724 middle-end/14711 optimization/13653 optimization/11841 optimization/14640 target/14040 Regression optimization/13653 was introduced very early in 3.3.0 and seems to be hard to track and fix for 3.3.x. It is already fixed in 3.4.0; if no progress can be made by the report, then I'll close it as wontfix for 3.3.x. Regression optimization/14640 seems to be caused the RTL_UNCHANGING_P thingy. Any help from those who finally understood that part of the compiler would be appreciated. Regression middle-end/14711 has been present since 3.0. It occurs only for large line numbers. Here is a reduced testcase (from the audit trail) # 4294967290 void foo(void) { } Regression c++/14724 seems to affect all versions of GCC since 3.2.x. I'll be travelling to Europe (in a few hours) for a week. I'll try to read emails, but I do not anticipate to have a reliable connection. Thanks, -- Gaby