[Mingw-w64-public] [PATCH] stddef.h: sync max_align_t definition with newer gcc

2020-10-31 Thread JonY via Mingw-w64-public
Attached patch OK? From c189de0294c89cb87313748be5ce0aa8045e Mon Sep 17 00:00:00 2001 From: Jonathan Yong <10wa...@gmail.com> Date: Sun, 1 Nov 2020 02:22:39 + Subject: [PATCH] stddef.h: sync max_align_t definition with newer gcc Related to: https://sourceforge.net/p/mingw-w64/bugs/778/ ht

Re: [Mingw-w64-public] fix __cxa_thread_atexit destructors on GCC

2020-10-31 Thread Jeremy Drake via Mingw-w64-public
On Wed, 28 Oct 2020, Martin Storsjö wrote: > If global dtors are registered with __cxa_atexit instead of atexit (which > is achievable with clang by using the -fuse-cxa-atexit option, but as we > noticed GCC didn't react to), both TLS and static dtors are handled by the > same file, making sure th