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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Is this due to linking libstdc++.a with LTO in it, or due to mixing
-std=c++1[14] and -std=c++17 compiled code in one LTO compilation where
std::string/std::wstring are then different?

Reply via email to