Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / c-c++-common / asan / shadow-offset-1.c
blob2ca0fd641f206593a0293c6cb49f0b71a7b4205e
1 /* { dg-do compile } */
2 /* { dg-options "-fno-sanitize=address -fsanitize=kernel-address --param asan-instrumentation-with-call-threshold=100 -fasan-shadow-offset=12345 -fdump-tree-sanopt" } */
3 /* { dg-skip-if "" { *-*-* } { "-flto" } { "" } } */
5 int f (int *p)
7 return *p;
10 /* { dg-final { scan-tree-dump "12345" "sanopt" } } */
11 /* { dg-final { cleanup-tree-dump "sanopt" } } */