在 2019/8/28 3:52, Martin Storsjö 写道:
>
> If you need to have libstdc++ use this for its threading functions,
> you'd need to rebuild the toolchain, building this after the
> mingw-w64-crt parts but before building the rest of the gcc runtimes,
> and possibly change some configure flag to gcc to ma
在 2019/8/28 2:38, Christian Franke 写道:
> These warnings are not printed for calls of the v*printf() functions,
> only for the non-v variants. Delegating to non-v variants always
> requires __builtin_va_arg_pack() which is not used in the existing code.
>
Adding the pragmas back only when GCC star
On Tue, 27 Aug 2019, Kacvinsky, Tom wrote:
Hi all,
I have had great success with the UCRT support I need for the project I am
working on.
But today I found out I also need winpthread support, which is currently not in
the kit
(gcc-8.3.0 based) I built.
I still have the script I used to boots
Liu Hao wrote:
在 2019/8/27 5:26, Christian Franke 写道:
I have a couple of questions:
0) What was the purpose of the suppression of `-Wformat-nonliteral`? It
seemed not added in every `v?sn?printf` function.
The new inline sn?printf() functions delegate the call to (non-v)
*_sn?printf() fun
Hi all,
I have had great success with the UCRT support I need for the project I am
working on.
But today I found out I also need winpthread support, which is currently not in
the kit
(gcc-8.3.0 based) I built.
I still have the script I used to bootstrap gcc-8.3.0 and associated runtimes
that a
There are many undocumented structs and enums. Should I also update those?
From c2d1e75d276e618b60e3c7f87c69547c17d03754 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Tue, 27 Aug 2019 20:08:03 +0530
Subject: [PATCH] include/winternl: update header file
Signed-off-by: Biswapriyo Nath
---
There are many undocumented structs and enums. Should I also update those?
From c2d1e75d276e618b60e3c7f87c69547c17d03754 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Tue, 27 Aug 2019 20:08:03 +0530
Subject: [PATCH] include/winternl: update header file
Signed-off-by: Biswapriyo Nath
---
在 2019/8/27 5:26, Christian Franke 写道:
>> I have a couple of questions:
>>
>> 0) What was the purpose of the suppression of `-Wformat-nonliteral`? It
>> seemed not added in every `v?sn?printf` function.
>
> The new inline sn?printf() functions delegate the call to (non-v)
> *_sn?printf() funct