Commit f7dfa966 by Uros Bizjak Committed by Uros Bizjak

asan.c: Move to ...

	* gcc.dg/sancov/asan.c: Move to ...
	* gcc.dg/asan/sancov-1.c: ... here.

From-SVN: r233182
parent 9b143e64
2016-02-05 Uros Bizjak <ubizjak@gmail.com> 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. * gcc.target/i386/pr69577.c: Require avx_runtime target.
2016-02-05 H.J. Lu <hongjiu.lu@intel.com> 2016-02-05 H.J. Lu <hongjiu.lu@intel.com>
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
- coverage does not instrument asan-emitted basic blocks - coverage does not instrument asan-emitted basic blocks
- asan considers coverage callback as "nonfreeing" (thus 1 asan store - asan considers coverage callback as "nonfreeing" (thus 1 asan store
callback. */ 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" } */ /* { dg-options "-fsanitize-coverage=trace-pc -fsanitize=address -fdump-tree-optimized" } */
void foo(volatile int *a, int *b) void foo(volatile int *a, int *b)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment