This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PING][PATCH][all-langs] Defer size_t and sizetype setting to the middle-end


Richard Guenther <rguenther@suse.de> writes:

>> 2011-06-01  Richard Guenther  <rguenther@suse.de>
>> 
>> 	* tree.c (build_common_tree_nodes): Also initialize size_type_node.
>> 	Call set_sizetype from here.
>> 
>> 	c-family/
>> 	* c-common.c (c_common_nodes_and_builtins): Do not set
>> 	size_type_node or call set_sizetype.
>> 
>> 	go/
>> 	* go-lang.c (go_langhook_init): Do not set
>> 	size_type_node or call set_sizetype.
>> 
>> 	fortran/
>> 	* f95-lang.c (gfc_init_decl_processing): Do not set
>> 	size_type_node or call set_sizetype.
>> 
>> 	java/
>> 	* decl.c (java_init_decl_processing): Properly initialize
>> 	size_type_node.
>> 
>> 	lto/
>> 	* lto-lang.c (lto_init): Do not set
>> 	size_type_node or call set_sizetype.
>> 
>> 	ada/
>> 	* gcc-interface/misc.c (gnat_init): Do not set
>> 	size_type_node or call set_sizetype.

The change to the Go frontend is fine.

The change to the C frontend is fine too unless somebody objects soon.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]