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`.