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++/65945] C++ alignment of nullptr_t is 1 and might cause unaligned stores to the frame


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

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
How did you configure your gcc?  If it is configured for armv7 or above, gcc
defaults to assuming unaligned accesses can be done. This is a faq.


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