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
在 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
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
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(+),