[Mingw-w64-public] [PATCH] headers/crt: Remove builtin crc32 function declaration.

2021-03-03 Thread Biswapriyo Nath
From 36a53993325e861fb0da2e7b44392d55a86e4d53 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 4 Mar 2021 12:42:52 +0530 Subject: [PATCH] headers/crt: Remove builtin crc32 function declaration. Because g++ shows those declarations as redundant. Revert of 7ae84a6139579752bf678c070763c01b

Re: [Mingw-w64-public] g++ shows redundant __builtin declarations in intrin.h

2021-03-03 Thread Liu Hao
在 2021/3/2 下午10:21, Liu Hao 写道: 在 2021-03-02 17:49, Biswapriyo Nath 写道: * Command: echo "#include " | g++ -c -Wredundant-decls -xc++ - * Output: intrin.h:59:23: note: previous declaration of 'unsigned int __builtin_ia32_crc32qi(unsigned int, unsigned char)' * Test project: https://github.com/ihh

Re: [Mingw-w64-public] [PATCH 1/3] crt: Don't run TLS destructors for the main thread if exiting via _exit or ExitProcess

2021-03-03 Thread Jeremy Drake via Mingw-w64-public
On Sun, 17 Jan 2021, Martin Storsjö wrote: > On Thu, 14 Jan 2021, Martin Storsjö wrote: > > > On Wed, 13 Jan 2021, Jeremy Drake wrote: > > > > > On Wed, 13 Jan 2021, Martin Storsjö wrote: > > > > > > > The pragmatic path forward in that case, I think, would to add a > > > > configure > > > > optio

Re: [Mingw-w64-public] [PATCH v2] headers: Expose SCN*8 defines when using UCRT

2021-03-03 Thread Martin Storsjö
On Tue, 2 Mar 2021, Liu Hao wrote: 在 2021-03-02 22:10, Martin Storsjö 写道: Also expose them for other CRTs based on __USE_MINGW_ANSI_STDIO, like other conditionals in the same header. Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/inttypes.h | 2 +- 1 file changed, 1 insertion(+),