From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48115 invoked by alias); 17 Nov 2015 17:49:06 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 48099 invoked by uid 89); 17 Nov 2015 17:49:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,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; Tue, 17 Nov 2015 17:49:05 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id E5DFDC00125B; Tue, 17 Nov 2015 17:49:03 +0000 (UTC) Received: from pinnacle.lan (ovpn-113-161.phx2.redhat.com [10.3.113.161]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tAHHn29w025146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA256 bits=256 verify=NO); Tue, 17 Nov 2015 12:49:03 -0500 Date: Tue, 17 Nov 2015 17:49:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Cc: Mike Frysinger Subject: Re: [PATCH 3/2] Fix invalid left shift of negative value. Message-ID: <20151117104901.5b7f0a2c@pinnacle.lan> In-Reply-To: <20151117150956.GA24562@linux.vnet.ibm.com> References: <20151110111638.GD17214@linux.vnet.ibm.com> <20151117150956.GA24562@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00350.txt.bz2 On Tue, 17 Nov 2015 16:09:57 +0100 Dominik Vogt wrote: > And another one: > > On Tue, Nov 10, 2015 at 12:16:38PM +0100, Dominik Vogt wrote: > > The following series of patches fixes all occurences of > > left-shifting negative constants in C code which is undefined by > > the C standard. The patches have been tested on s390x, covering > > only a small subset of the changes. > > Changes in sim/. LGTM. However... I can't approve changes to sim/. Please wait for Mike Frysinger (for whom I've added a CC) to approve this change. Thanks, Kevin