Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / c-c++-common / asan / sanitize-all-1.c
blob58e4079b0eee6ab527618253a16bbc29d9688f76
1 /* { dg-do compile } */
2 /* { dg-options "-fno-sanitize=all" } */
4 volatile int ten = 10;
6 int main() {
7 volatile char x[10];
8 x[ten];
9 return 0;
12 /* { dg-final { scan-assembler-not "__asan_load" } } */