#882686 please enable libsanitizer

#882686#5
Date:
2017-11-25 17:23:28 UTC
From:
To:
--- Please enter the report below this line. ---
Dear maintainer,

Is it possible to ship gcc7 instead of gcc6 with mingw-w64?
According to https://mingw-w64.org/doku.php/download Arch & MSYS2 already
ships gcc7 which is so useful for accessing C++17 features.

Thanks in advance!

Yours,
BogDan.

Debian Release: buster/sid
  500 testing-debug   deb.debian.org
  500 testing         ftp.debian.org
  500 testing         dl.winehq.org
  500 stable          repo.skype.com
  500 stable          dl.google.com
--- Package information. ---
Depends            (Version) | Installed
============================-+-===========
gcc-mingw-w64                | 6.3.0-14+19.3
g++-mingw-w64                | 6.3.0-14+19.3

#882686#10
Date:
2017-11-25 19:25:36 UTC
From:
To:
Hi BogDan,

I’m working on it, it should be ready within a week or so.

Regards,

Stephen

#882686#21
Date:
2017-11-27 06:48:53 UTC
From:
To:
Hi Stephen,

Is it possible to enable also the sanitizes ?

Thanks a lot!

Yours,
BogDan.

#882686#28
Date:
2017-11-28 13:03:45 UTC
From:
To:
Hi BogDan,

Unfortunately libsanitizer isn’t supported on MinGW-w64, and the patches I’ve
been able to find are no longer maintained. I’m cloning this bug and
retitling it so it doesn’t get forgotten...

Regards,

Stephen

#882686#37
Date:
2017-11-28 13:24:20 UTC
From:
To:
Hi Stephen,

It seems there are some _win files in libsanitizer (check https://github.com/
gcc-mirror/gcc/blob/master/libsanitizer/asan/asan_win.cc).
I'll try to add --enable-libsanitizer to configure script to see if it's
working ;-)

Yours,
BogDan.