c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.
[gcc.git] / gcc / ChangeLog
index a66c1fa279e0d6229411ef8178caa355a6f98a5a..7083a15ac365e8f93aa5e136d8ec17f67efd159d 100644 (file)
@@ -1,3 +1,11 @@
+2011-05-04  Richard Guenther  <rguenther@suse.de>
+
+       * 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_level): Likewise.
+
 2011-05-04  Richard Guenther  <rguenther@suse.de>
 
        * explow.c (promote_mode): Move variable declarations before code.