This is the mail archive of the gcc-bugs@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]

[Bug c++/69560] x86_64: alignof(uint64_t) produces incorrect results with -m32


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69560

--- Comment #13 from Andreas Schwab <schwab@linux-m68k.org> ---
alignof(long long) "type of a complete object"
alignof(foo) "type of a subobject"

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