From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10753 invoked by alias); 20 Jul 2015 13:45:19 -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 10744 invoked by uid 89); 20 Jul 2015 13:45:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham 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; Mon, 20 Jul 2015 13:45:18 +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 56FEF3679D9 for ; Mon, 20 Jul 2015 13:45:17 +0000 (UTC) Received: from redhat.com (ovpn-204-23.brq.redhat.com [10.40.204.23]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6KDjDeD005323 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 20 Jul 2015 09:45:16 -0400 Date: Mon, 20 Jul 2015 14:19:00 -0000 From: Marek Polacek To: Jeff Law Cc: Jason Merrill , GCC Patches Subject: Re: [C/C++ PATCH] Implement -Wshift-overflow (PR c++/55095) (take 3) Message-ID: <20150720134513.GO5101@redhat.com> References: <20150603130531.GF2756@redhat.com> <20150605085508.GN2756@redhat.com> <20150612090729.GG2756@redhat.com> <20150619104436.GG10139@redhat.com> <20150626080851.GE10139@redhat.com> <20150703074238.GB10139@redhat.com> <20150710132343.GC2876@redhat.com> <20150717080933.GK5101@redhat.com> <55A978E5.2070707@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55A978E5.2070707@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-07/txt/msg01649.txt.bz2 On Fri, Jul 17, 2015 at 03:51:33PM -0600, Jeff Law wrote: > I'll approve the C++ parts given how simple they are :-) Thanks, I've committed the patch now after another regtest/bootstrap. Marek