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++/77271] flag -std=c++98 cannot set _GLIBCXX_USE_CXX11_ABI properly


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |INVALID

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This isn't WONTFIX, it's just INVALID. The macro _GLIBCXX_USE_CXX11_ABI and the
-std option are supposed to be entirely independent.

This is documented at
https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html

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