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: [BUG] try..catch does not work if compiled with clang 8.0


The problem maybe in ABI incompatibility with older C++ (not C++11-compliant) run-time libraries:

In C++11 class inheritance for many standard exceptions has changed greatly, so all the run-time
libraries must be recompiled to match the inheritance seen by the compiler in the header files
(when it compiles the executable).

My $0.02


--
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]