Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / c-c++-common / asan / kasan-recover-1.c
blob356d50a0d5922afa4ccb7c262a66bfab75d53746
1 /* { dg-do compile } */
2 /* { dg-options "-fno-sanitize=address -fsanitize=kernel-address --param asan-instrumentation-with-call-threshold=100 -ffat-lto-objects" } */
4 void
5 foo (int *p)
7 *p = 0;
10 /* { dg-final { scan-assembler "__asan_report_store4_noabort" } } */