re PR target/60111 ([SH] ICE compiling Newlib)

2014-11-20  Segher Boessenkool  <segher@kernel.crashing.org>

	PR target/60111
	* config/sh/sh.c: Use signed char for signed field.

From-SVN: r217883
This commit is contained in:
Segher Boessenkool 2014-11-20 17:03:16 +01:00 committed by Segher Boessenkool
parent 572f38e4b2
commit f3101b311c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-11-20 Segher Boessenkool <segher@kernel.crashing.org>
PR target/60111
* config/sh/sh.c: Use signed char for signed field.
2014-11-20 Trevor Saunders <tsaunders@mozilla.com>
* cfgexpand.c, gimple-ssa.h, trans-mem.c: Replace htab with

View File

@ -3007,7 +3007,7 @@ enum
struct ashl_lshr_sequence
{
char insn_count;
char amount[6];
signed char amount[6];
char clobbers_t;
};