http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54188
Richard Henderson <rth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rth at gcc dot gnu.org --- Comment #5 from Richard Henderson <rth at gcc dot gnu.org> 2012-08-08 21:21:51 UTC --- (In reply to comment #3) > N1370 (C11 draft) 6.5.3.4 paragraph 3 says: > > The _Alignof operator yields the alignment requirement of its > operand type. Does that imply that an i386 host should return 1 for most types, simply because it *can* allow unaligned accesses?