https://sourceware.org/bugzilla/show_bug.cgi?id=29218
--- Comment #4 from cqwrteur <euloanty at live dot com> --- void* xmalloc(size_t sz) noexcept { void* ptr = malloc(sz); if(!ptr) __builtin_trap(); return ptr; } Thank you. Since stdio on mingw-w64 bloats binary size. -- You are receiving this mail because: You are on the CC list for the bug.