This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 1/2] Fix invalid left shift of negative value.
- From: Mike Stump <mikestump at comcast dot net>
- To: "vogt at linux dot vnet dot ibm dot com" <vogt at linux dot vnet dot ibm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Andreas Arnez <arnez at linux dot vnet dot ibm dot com>, Andreas Krebbel <krebbel at linux dot vnet dot ibm dot com>
- Date: Tue, 10 Nov 2015 09:10:14 -0800
- Subject: Re: [PATCH 1/2] Fix invalid left shift of negative value.
- Authentication-results: sourceware.org; auth=none
- References: <20151110111123 dot GA16951 at linux dot vnet dot ibm dot com> <20151110111319 dot GA17214 at linux dot vnet dot ibm dot com>
On Nov 10, 2015, at 3:13 AM, Dominik Vogt <vogt@linux.vnet.ibm.com> wrote:
> On Tue, Nov 10, 2015 at 12:11:23PM +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 gdb/.
So, should these go to the gdb list?