Re: wide-int, builtins

2013-11-25 Thread Mike Stump
On Nov 25, 2013, at 2:43 AM, Richard Biener wrote: > On Sat, Nov 23, 2013 at 8:20 PM, Mike Stump 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 patc

Re: wide-int, builtins

2013-11-25 Thread Richard Biener
On Sat, Nov 23, 2013 at 8:20 PM, Mike Stump 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 builtins code. - HOST_WIDE_INT c[2]; HO

wide-int, builtins

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 builtins code. Ok? * builtins.c (get_object_alignment_2): Use wide-int interfaces.