Related articles |
---|
structure layout in C muller@src.dec.com (1992-05-11) |
Re: structure layout in C macrakis@osf.org (1992-05-13) |
Re: structure layout in C stephen@estragon.uchicago.edu (1992-05-13) |
Re: structure layout in C bliss@sp64.csrd.uiuc.edu (1992-05-15) |
Newsgroups: | comp.compilers |
From: | stephen@estragon.uchicago.edu (Stephen P Spackman) |
Keywords: | C |
Organization: | University of Chicago CILS |
References: | 92-05-066 |
Date: | Wed, 13 May 1992 00:23:11 GMT |
Microsoft C has had bugs in structure allocation; we had much grief
caused us by its deciding to align things according to their BASEtypes
in one version (so (char *(*)()) was byte aligned). I imagine that
this was an easy coding error to make and a hard one to spot - I
wouldn't be surprised to have similar problems elsewhere. It doesn't
bode well for automated tools.
--
stephen p spackman Center for Information and Language Studies
stephen@estragon.uchicago.edu University of Chicago
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.