Do not allow -mabi=ms and -fsanitize={,kernel-}address (PR sanitizer/87930).
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr87930.c
blobe9cf29c221a841d921b03d7f47e43c7d6811b5b8
1 /* { dg-do compile { target lp64 } } */
2 /* { dg-options "-fsanitize=address -mabi=ms" } */
4 int i;
6 /* { dg-error ".-mabi=ms. not supported with .-fsanitize=address." "" { target *-*-* } 0 } */