On 11 Jun 2026, Pali R. wrote: > Could you enable the ifdef branch which calls __mingw_init_ehandler? > It would be needed to enable it also in crt_handler.c file.
It should be possible, however it should be sufficient to add this change as a temporary workaround. + #elif defined(__aarch64__) && !defined(__clang__) + /* __SEH__ is not implemented yet for aarch64-w64-mingw32 GCC target. */ Regards, Evgeny _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
