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: [C++ PATCH]: Commonize sizeof & alignof handling


On Wed, 2003-09-03 at 04:42, Nathan Sidwell wrote:
> Mark,
> this patch commonizes the handling of alignof and sizeof by sending them
> throught the same two functions, and having the same parser code process
> them. It is separated out from my fixing of regression 12037, which got
> tangled up in this.
> 
> booted & tested on i686-pc-linux-gnu, ok?

Yes, modulo Gaby's comments.  All new functions need comments, indeed.

Thanks,

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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