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
Avoid repeated calls to temporarily_undo_changes [PR117297]
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
asan
/
kasan-recover-2.c
blob
d9655470abebd0b0b6827111675a4ef6eb05352c
1
/* { dg-do compile } */
2
/* { dg-options "-fno-sanitize=address -fsanitize=kernel-address -ffat-lto-objects" } */
3
4
void
5
foo
(
int
*
p
)
6
{
7
*
p
=
0
;
8
}
9
10
/* { dg-final { scan-assembler "__asan_store4_noabort" } } */
11