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: Re-implement COMMON and EQUIVALENCE


On Thu, Dec 04, 2003 at 08:30:25AM +0800, canqun@nudt.edu.cn wrote:
> + 	* stor-layout.c: Make update_alignment_for_field non-static.

Should read like

	* stor-layout.c (update_alignment_for_field): Export.

Also, place a declaration for this function in tree.h next to 
the other record layout functions.  Remove it from trans-common.c.

Ok with those changes.  Do you have cvs write permission?


r~


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