repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update ChangeLog and version files for release
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
asan
/
sanitize-all-1.c
blob
58e4079b0eee6ab527618253a16bbc29d9688f76
1
/* { dg-do compile } */
2
/* { dg-options "-fno-sanitize=all" } */
3
4
volatile
int
ten
=
10
;
5
6
int
main
() {
7
volatile
char
x
[
10
];
8
x
[
ten
];
9
return
0
;
10
}
11
12
/* { dg-final { scan-assembler-not "__asan_load" } } */