Re: [ping] Re: [PATCH] dump_case_nodes: Treat unsigned as unsigned, don't ICE

2014-05-24 Thread Steven Bosscher
On Sat, May 24, 2014 at 4:25 PM, Segher Boessenkool wrote: > Ping? OK. Ciao! Steven > On Tue, May 20, 2014 at 10:58:27AM -0700, Segher Boessenkool wrote: >> The current code converts every tree to signed hwi; this ICEs with >> values not representable as shwi, like 999ULL in

[ping] Re: [PATCH] dump_case_nodes: Treat unsigned as unsigned, don't ICE

2014-05-24 Thread Segher Boessenkool
Ping? On Tue, May 20, 2014 at 10:58:27AM -0700, Segher Boessenkool wrote: > The current code converts every tree to signed hwi; this ICEs with > values not representable as shwi, like 999ULL in > pr34154.c (and if it didn't ICE, it would print the wrong value). > > This fixes it.