17 May
2025
17 May
'25
2:03 p.m.
On Fri May 16 21:30:59 2025 +0000, Alexandre Julliard wrote:
Yes, gcc only supports them in C++ mode, and clang only in MSVC mode. That's not good enough in general, but it may be usable for your purposes. I created !8067, which enables building Wine with compiler exception support. As mentioned in the MR, it's not quite ready as a full replacement yet.
BTW, it’s possible to use this with Clang in mingw mode by passing `-fms-extensions`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8026#note_103720