public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: [BUG] try..catch does not work if compiled with clang 8.0
@ 2019-12-18 17:46 Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
  0 siblings, 0 replies; 10+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin @ 2019-12-18 17:46 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-12-19 14:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20191217093504eucas1p14cced4e1f9fcec50e44e9223d1761858@eucas1p1.samsung.com>
2019-12-17 11:04 ` [BUG] try..catch does not work if compiled with clang 8.0 Pavel Fedin
2019-12-17 17:48   ` Brian Inglis
2019-12-17 21:36     ` Csaba Ráduly
2019-12-18  1:50       ` Brian Inglis
2019-12-18 16:23         ` Pavel Fedin
2019-12-18 18:54           ` Dominik Strasser
2019-12-18 19:32           ` Brian Inglis
2019-12-19 10:30             ` Pavel Fedin
2019-12-19 17:12             ` Pavel Fedin
2019-12-18 17:46 Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).