Re: [doc PATCH] expand attribute aligned and __alignof__

2018-10-25 Thread Joseph Myers
OK, with s/functiom/function/. -- Joseph S. Myers jos...@codesourcery.com

[doc PATCH] expand attribute aligned and __alignof__

2018-10-24 Thread Martin Sebor
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 argum