This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: DECL_ALIGN
- From: Richard Henderson <rth at redhat dot com>
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 22 Jan 2002 15:08:22 -0800
- Subject: Re: DECL_ALIGN
- References: <20020122221159.GA32181@daikokuya.demon.co.uk>
On Tue, Jan 22, 2002 at 10:11:59PM +0000, Neil Booth wrote:
> Is the bug in the code or the docs?
Docs. __alignof__ is the alignment required for the type,
not the known alignment of the variable.
r~