* c-c++-common/ubsan/sanitize-recover-7.c (dg-options): Add -w.
[official-gcc.git] / gcc / testsuite / c-c++-common / ubsan / sanitize-recover-7.c
blob26403ce2488f0cd98e3d4299a34a505d8fe088c9
1 /* { dg-do compile } */
2 /* { dg-options "-fsanitize=address -fsanitize=thread -w" } */
4 int i;
6 /* { dg-error "-fsanitize=address and -fsanitize=kernel-address are incompatible with -fsanitize=thread" "" { target *-*-* } 0 } */