Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / c-c++-common / asan / instrument-with-calls-3.c
blob42033f1cab98421e2d2aeb271ac0df9a3998d49e
1 /* { dg-do compile } */
2 /* { dg-options "--param asan-instrumentation-with-call-threshold=0 -ffat-lto-objects" } */
4 struct A {
5 char x[7];
6 };
8 void f(struct A *x, struct A *y) {
9 *x = *y;
12 /* { dg-final { scan-assembler "__asan_loadN" } } */
13 /* { dg-final { scan-assembler "__asan_storeN" } } */