[doc PATCH] expand attribute aligned and __alignof__

Martin Sebor msebor@gmail.com
Thu Oct 25 08:06:00 GMT 2018


The manual doesn't document the effects of attribute aligned
with no argument.  The __alignof__ section also doesn't discuss
the effect of the operator on functions, and doesn't mention
that it's okay to use void as an argument.

The attached patch adds entries for the attribute form with no
argument and text describing its effects, plus a description of
__alignof__ with functions and void.

Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc-doc-attr-aligned.diff
Type: text/x-patch
Size: 5937 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20181025/07f4671d/attachment.bin>


More information about the Gcc-patches mailing list