This is the mail archive of the cygwin mailing list for the Cygwin 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]

Re: iostream exceptions uncaught with CYGWIN GCC/7.3.0


> Cygwin GCC is configured and built with the old C++ ABI, I'm guess that's the problem?

The problem is that it does not work correctly because G++ and its run-time are not consistent.

GCC doc says version 7.x uses new ABI by default, so I'd guess that's the C++ stdlib which was built with the old ABI -- i.e. the other way around.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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