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, wwwdocs] Mention the packed bit-field change


On Thu, 22 Jan 2009, Adam Nemet wrote:
> Index: changes.html
> ===================================================================
> +    <li>Packed bit-fields of type <code>char</code> are properly bit-packed
> +    now.  Note, however, that this can lead to differences in structure
> +    layout.  For example there is no longer a 4-bit pading between field
> +    <code>a</code> and <code>b</code> in this structure:

Should we explicitly use the term "ABI change" somehow, in case people
are searching for that?

> +    <p>There is a new warning to help you to find the fields that are
> +    effected:</p>

"affected"  (and possibly "to help identify those fields")

Looks good to me otherwise; thanks for taking the time to document this!

Gerald


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