Re: [PATCH] Fix some narrowing conversion issues

2017-06-27 Thread Richard Biener
On Tue, Jun 27, 2017 at 7:48 AM, Jakub Jelinek wrote: > Hi! > > We build gcc with -Wno-narrowing, for some reason I ended up with old > Makefile without that and discovered a couple of -Wnarrowing errors. > > This patch fixes them. Bootstrapped/regtested on x86_64-linux (i686-linux > fails to boo

[PATCH] Fix some narrowing conversion issues

2017-06-26 Thread Jakub Jelinek
Hi! We build gcc with -Wno-narrowing, for some reason I ended up with old Makefile without that and discovered a couple of -Wnarrowing errors. This patch fixes them. Bootstrapped/regtested on x86_64-linux (i686-linux fails to bootstrap with/without this patch), ok for trunk? 2017-06-27 Jakub J