From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128052 invoked by alias); 19 Jun 2015 10:44:44 -0000 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 Received: (qmail 128042 invoked by uid 89); 19 Jun 2015 10:44:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 19 Jun 2015 10:44:42 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 5EA252BDB5F for ; Fri, 19 Jun 2015 10:44:41 +0000 (UTC) Received: from redhat.com (ovpn-204-34.brq.redhat.com [10.40.204.34]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5JAiadw023490 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Fri, 19 Jun 2015 06:44:40 -0400 Date: Fri, 19 Jun 2015 10:51:00 -0000 From: Marek Polacek To: Jason Merrill Cc: GCC Patches Subject: Re: [C/C++ PATCH] Implement -Wshift-overflow (PR c++/55095) (take 3) Message-ID: <20150619104436.GG10139@redhat.com> References: <20150525194816.GX27320@redhat.com> <20150602192532.GD2756@redhat.com> <20150603130531.GF2756@redhat.com> <20150605085508.GN2756@redhat.com> <20150612090729.GG2756@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150612090729.GG2756@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-06/txt/msg01329.txt.bz2 Ping. On Fri, Jun 12, 2015 at 11:07:29AM +0200, Marek Polacek wrote: > Ping. > > On Fri, Jun 05, 2015 at 10:55:08AM +0200, Marek Polacek wrote: > > On Thu, Jun 04, 2015 at 09:04:19PM +0000, Joseph Myers wrote: > > > The C changes are OK. > > > > Jason, do you want to approve the C++ parts? Marek