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 libstdc++/86138] C++17: getline(istream, string) crashes on Cygwin because incompatible C++14 function is called


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

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
OK, so then this is the whack Windows linker model, where every DLL has its own
address space, and probably the same as PR 81522.

Does Cygwin default to _GLIBCXX_USE_CXX11_ABI=0?

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