* gcc.dg/sancov/asan.c: Move to ...
* gcc.dg/asan/sancov-1.c: ... here.
From-SVN: r233182
+2016-02-05 Uros Bizjak <ubizjak@gmail.com>
+
+ * gcc.dg/sancov/asan.c: Move to ...
+ * gcc.dg/asan/sancov-1.c: ... here.
+
2016-02-05 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr69577.c: Require avx_runtime target.
- coverage does not instrument asan-emitted basic blocks
- asan considers coverage callback as "nonfreeing" (thus 1 asan store
callback. */
-/* { dg-do compile { target fsanitize_address } } */
+/* { dg-do compile } */
+/* { dg-skip-if "" { *-*-* } { "-flto" } { "" } } */
/* { dg-options "-fsanitize-coverage=trace-pc -fsanitize=address -fdump-tree-optimized" } */
void foo(volatile int *a, int *b)