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: [PATCH] pack structures better on 64-bit hosts


Nathan Froyd <froydnj@codesourcery.com> writes:

>> gcc/
>> 	* basic-block.h (struct control_flow_graph): Move last_label_uid field up.
>> 	* df.h (struct df_base_ref): Move regno field up.
>> 	* expr.h (struct separate_ops): Move location field up.
>> 	* optabs.h (struct optab_d): Move libcall_basename field down.
>> 	* dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
>> 	* config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
>> 	* config/i386/i386.h (struct machine_function): Convert call_abi field
>> 	into a bitfield.  Move cfa field to the end of the structure.
>> gcc/cp/
>> 	* cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.
>> 	(struct cp_declarator): Move id_loc field up.

These are all OK.

Thanks.

Ian


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