Re: wide-int, sparc

2013-11-25 Thread Mike Stump
On Nov 25, 2013, at 1:01 AM, Eric Botcazou wrote: >> Richi has asked the we break the wide-int patch so that the individual port >> and front end maintainers can review their parts without have to go through >> the entire patch.This patch covers the sparc port. > > OK if you change the type o

Re: wide-int, sparc

2013-11-25 Thread Eric Botcazou
> Richi has asked the we break the wide-int patch so that the individual port > and front end maintainers can review their parts without have to go through > the entire patch.This patch covers the sparc port. OK if you change the type of 'low' in solaris_pragma_align to unsigned HWI. -- Eric

wide-int, sparc

2013-11-23 Thread Mike Stump
Richi has asked the we break the wide-int patch so that the individual port and front end maintainers can review their parts without have to go through the entire patch.This patch covers the sparc port. Ok? * config/sol2-c.c (solaris_pragma_align): Use tree_fits_uhwi_p.