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]

Re: PATCH: reorganize layout of RECORD_TYPEs


>>>>> "Richard" == Richard Earnshaw <rearnsha@arm.com> writes:
'
    Richard> mark@codesourcery.com said:
    >> This patch breaks up some functions in stor-layout.c, in order
    >> to provide entry-points callable from a front-end to handle
    >> class layout.  In particular, the C++ front-end needs to be
    >> able to layout fields depending on the placement of previous
    >> fields in the structure.  By allowing the front-end to access
    >> the class-layout machinery before all the FIELD_DECLs are in
    >> place, we can accomplish this cleanly.


    Richard> You missed a bit...

    Richard> 2000-03-13 Richard Earnshaw <rearnsha@arm.com>

    Richard> 	* stor-layout.c (new_record_layout_info): Fix typo
    Richard> inside ifdef STRUCTURE_SIZE_BOUNDARY.

Thanks!  I did try to be as automated as possible in the
search-and-replace, but obviously I biffed it. :-(

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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