On Thu, May 02, 2019 at 05:11:02PM +0200, Martin Liška wrote: > As mentioned in the PR, we should not provide an error on mingw and cygwin > targets. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
Can one use sysv_abi in code compiled on windows (where msabi is the default)? If yes, don't you get ICE in that case? As in, shouldn't the test be that we do not support -fsanitize=address with non-default ABI? Jakub