r173378 - in /trunk/gcc: ChangeLog c-decl.c c-f...
rguenth@gcc.gnu.org
rguenth@gcc.gnu.org
Wed May 4 14:56:00 GMT 2011
Author: rguenth
Date: Wed May 4 14:56:14 2011
New Revision: 173378
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173378
Log:
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.
c-family/
* 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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/c-decl.c
trunk/gcc/c-family/ChangeLog
trunk/gcc/c-family/c-common.c
trunk/gcc/c-family/c-lex.c
trunk/gcc/c-typeck.c
More information about the Gcc-cvs
mailing list