From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22442 invoked by alias); 25 Mar 2011 17:39:45 -0000 Received: (qmail 22352 invoked by uid 22791); 25 Mar 2011 17:39:43 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Mar 2011 17:39:37 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2PHdbaC030394 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 25 Mar 2011 13:39:37 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p2PHda1V015928 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Mar 2011 13:39:36 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (localhost.localdomain [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4) with ESMTP id p2PHdZhf007665; Fri, 25 Mar 2011 18:39:35 +0100 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4/Submit) id p2PHdZ8b007664; Fri, 25 Mar 2011 18:39:35 +0100 Date: Fri, 25 Mar 2011 17:50:00 -0000 From: Jakub Jelinek To: Joe Buck Cc: "gcc@gcc.gnu.org" Subject: Re: Second GCC 4.6.0 release candidate is now available Message-ID: <20110325173935.GD18914@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek References: <20110314172228.GO30899@tyan-ft48-01.lab.bos.redhat.com> <20110321221214.GB11563@sunsite.ms.mff.cuni.cz> <20110325172833.GR5293@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110325172833.GR5293@synopsys.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-03/txt/msg00409.txt.bz2 On Fri, Mar 25, 2011 at 10:28:33AM -0700, Joe Buck wrote: > On Mon, Mar 21, 2011 at 03:12:14PM -0700, Jakub Jelinek wrote: > > A second GCC 4.6.0 release candidate is available at: > > > > ftp://gcc.gnu.org/pub/gcc/snapshots/4.6.0-RC-20110321/ > > > > Please test the tarballs and report any problems to Bugzilla. > > CC me on the bugs if you believe they are regressions from > > previous releases severe enough to block the 4.6.0 release. > > See http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02463.html . > > There's an ICE for gcc.c-torture/compile/limits-exprparen.c > which might be an issue. I think that the others may be due limits-exprparen.c is http://gcc.gnu.org/PR31827, certainly not a recent regression that should block 4.6.0 release and probably nothing you will encounter in real-world testcases, furthermore for many hosts there is a workaround, just increase ulimit -s limit. Jakub