Re: [PATCH][C] Avoid passing NULL to build_int_cst

2011-05-04 Thread Joseph S. Myers
On Wed, 4 May 2011, Richard Guenther wrote: > 2011-05-04 Richard Guenther > > * c-decl.c (check_bitfield_type_and_width): Do not pass NULL > to build_int_cst. > * c-typeck.c (really_start_incremental_init): Use bitsize_int > for constructor indices. > (push_init_l

[PATCH][C] Avoid passing NULL to build_int_cst

2011-05-04 Thread Richard Guenther
This is the C family parts, bootstrapped and tested on x86_64-unknown-linux-gnu. Ok for trunk? Thanks, Richard. 2011-05-04 Richard Guenther * c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst. * c-typeck.c (really_start_incremental_init): U