c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.
[gcc.git] / gcc / c-family / ChangeLog
index 8864a3238e92cd3784c0250c25e2aec4be700b0c..8ad5f6e491bd822a8ac2d682bf04ca8d20018315 100644 (file)
@@ -1,3 +1,10 @@
+2011-05-04  Richard Guenther  <rguenther@suse.de>
+
+       * c-common.c (fix_string_type): Use size_int for index type bounds.
+       (start_fname_decls): Do not pass NULL to build_int_cst.
+       (c_init_attributes): Likewise.
+       * c-lex.c (c_lex_with_flags): Likewise.
+
 2011-04-27  Jason Merrill  <jason@redhat.com>
 
        * c-common.c (make_tree_vector_from_list): New.