Re: [Mingw-w64-public] [PATCH 2/2] sal.h: Added printf/scanf annotations.

2017-07-06 Thread JonY via Mingw-w64-public
On 07/06/2017 05:23 PM, Jacek Caban wrote: > Please review. > > Signed-off-by: Jacek Caban > --- > mingw-w64-headers/include/sal.h | 9 + > 1 file changed, 9 insertions(+) > > Looks OK. signature.asc Description: OpenPGP digital signature ---

Re: [Mingw-w64-public] [PATCH 1/2] kernel32.def: Added ResolveLocaleName entry.

2017-07-06 Thread JonY via Mingw-w64-public
On 07/06/2017 05:23 PM, Jacek Caban wrote: > Please review. > > Signed-off-by: Jacek Caban > --- > mingw-w64-crt/lib32/kernel32.def | 1 + > 1 file changed, 1 insertion(+) Patch OK. signature.asc Description: OpenPGP digital signature

[Mingw-w64-public] [PATCH 2/2] sal.h: Added printf/scanf annotations.

2017-07-06 Thread Jacek Caban
Please review. Signed-off-by: Jacek Caban --- mingw-w64-headers/include/sal.h | 9 + 1 file changed, 9 insertions(+) diff --git a/mingw-w64-headers/include/sal.h b/mingw-w64-headers/include/sal.h index ef2e3d67..9088d5ab 100644 --- a/mingw-w64-headers/include/sal.h +++ b/mingw-w64-head

[Mingw-w64-public] [PATCH 1/2] kernel32.def: Added ResolveLocaleName entry.

2017-07-06 Thread Jacek Caban
Please review. Signed-off-by: Jacek Caban --- mingw-w64-crt/lib32/kernel32.def | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-crt/lib32/kernel32.def b/mingw-w64-crt/lib32/kernel32.def index 7467ecf5..5b75f892 100644 --- a/mingw-w64-crt/lib32/kernel32.def +++ b/mingw-w64-crt/lib32

Re: [Mingw-w64-public] __C_specific_handler accessible for __IA_64__ but not for __X86_64

2017-07-06 Thread Kai Tietz via Mingw-w64-public
Hello, Well, we could provide this prototype for x64 too. Not sure why we are not doing this already. Regards, Kai 2017-06-16 16:14 GMT+02:00 : > Hello, > > I'm trying to compile Gcc-7.0.1 and mingw-w64-5.0.2 in 64bits, using MSYS. > > I would like to enable the libsanitizer support, but one o

Re: [Mingw-w64-public] libgcov stubbed out on cross-compile mingw

2017-07-06 Thread Rhodri James
On 28/06/17 18:31, Rhodri James wrote: Folks, for complicated and devious reasons I am trying to cross-compile a program for Windows on Linux, run it under WINE and pick up coverage information with gcov. Unfortunately it doesn't seem to work. [...] There is no hello.gcda file anywhere. A b