- Package:
- gcc-mingw-w64
- Source:
- gcc-mingw-w64
- Submitter:
- Bogdan Vatra
- Date:
- 2017-11-28 19:33:03 UTC
- Severity:
- wishlist
--- 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
Hi BogDan, I’m working on it, it should be ready within a week or so. Regards, Stephen
Hi Stephen, Is it possible to enable also the sanitizes ? Thanks a lot! Yours, BogDan.
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
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.