[Bug c++/82763] std::is_pod works incorrectly with volatile

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Oct 28 22:06:00 GMT 2017


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

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Are we sure this is a non pod due to volatile with packed?  Does removing the
packed attribute still cause GCC to think the MyTimeDate is a non-pod?


More information about the Gcc-bugs mailing list