Re: [PATCH] Fix undefined behaviour in SH port

2015-09-30 Thread Oleg Endo
On Tue, 2015-09-29 at 10:41 -0600, Jeff Law wrote: > More left shifts of negative signed values to fix in the SH port. I'm > not sure how these were missed last week or if they were introduced > between the point when I tested last week and yesterday. Regardless, > they're fixed in the obvious

[PATCH] Fix undefined behaviour in SH port

2015-09-29 Thread Jeff Law
orm config-all.mk. Installed on the trunk. Jeff commit d1349379450b8e11dcc7adfe678028b674a63cf1 Author: Jeff Law Date: Mon Sep 28 19:25:20 2015 -0400 [PATCH] Fix undefined behaviour in SH port * config/sh/sh.c (gen_shl_and): Fix undefined left shift

[PATCH] Fix undefined behaviour in SH port,

2015-09-26 Thread Jeff Law
undefined behaviour in SH port * config/sh/sh.h (CONST_OK_FOR_J16): Fix left shift undefined behaviour diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6887b14..28c6bf7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2015-09-26 Jeff Law + * config/sh/sh.h