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

2016-01-29 Thread david.merillat at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69560 --- Comment #8 from David Merillat --- (In reply to Andrew Pinski from comment #6) > Actually bug 52023 is a better reason for the difference between __alignof__ > and _Alignof. > > *** This bug has been marked as a duplicate of bug 52023 *** Y

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

2016-01-29 Thread david.merillat at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69560 --- Comment #4 from David Merillat --- (In reply to Jonathan Wakely from comment #2) > See ADJUST_FIELD_ALIGN at > https://gcc.gnu.org/onlinedocs/gccint/Storage-Layout.html#Storage-Layout > > unsigned long long on x86 is such a type. Thank you

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

2016-01-29 Thread david.merillat at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: david.merillat at gmail dot com Target Milestone: --- Sample Program (test.cpp): ### #include #include #include