From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22236 invoked by alias); 5 May 2010 02:32:19 -0000 Received: (qmail 22225 invoked by uid 22791); 5 May 2010 02:32:19 -0000 X-SWARE-Spam-Status: No, hits=-5.6 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; Wed, 05 May 2010 02:32:14 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o452WCWR006156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 4 May 2010 22:32:13 -0400 Received: from [IPv6:::1] (vpn-8-45.rdu.redhat.com [10.11.8.45]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o452WC7k002921; Tue, 4 May 2010 22:32:12 -0400 Message-ID: <4BE0D8AB.6000809@redhat.com> Date: Wed, 05 May 2010 02:32:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100503 Lightning/1.0b1 Shredder/3.0.5pre MIME-Version: 1.0 To: Janis Johnson CC: gcc-patches@gcc.gnu.org Subject: Re: [PATCH][4.6] detect C++ errors to fix 2288 and 18770 References: <1268945454.2219.13.camel@janis-laptop> In-Reply-To: <1268945454.2219.13.camel@janis-laptop> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-05/txt/msg00264.txt.bz2 On 03/18/2010 04:50 PM, Janis Johnson wrote: > Tested on powerpc64-linux with bootstrap of all languages but Ada and > regtest for -m32/-m64. OK for stage 1 of GCC 4.6? OK. Jason