Put pass_sancov_O0 before pass_lower_switch with -O0 (PR sanitizer/82183).

2018-02-19  Martin Liska  <mliska@suse.cz>

	PR sanitizer/82183
	* passes.def: Put pass_sancov_O0 before pass_lower_switch with -O0.

From-SVN: r257817
This commit is contained in:
Martin Liska 2018-02-19 19:30:31 +01:00 committed by Martin Liska
parent 6a5aca5327
commit 14cf3c00ea
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2018-02-19 Martin Liska <mliska@suse.cz>
PR sanitizer/82183
* passes.def: Put pass_sancov_O0 before pass_lower_switch with -O0.
2018-02-19 Martin Liska <mliska@suse.cz>
Richard Sandiford <richard.sandiford@linaro.org>

View file

@ -397,8 +397,8 @@ along with GCC; see the file COPYING3. If not see
NEXT_PASS (pass_lower_vaarg);
NEXT_PASS (pass_lower_vector);
NEXT_PASS (pass_lower_complex_O0);
NEXT_PASS (pass_lower_switch);
NEXT_PASS (pass_sancov_O0);
NEXT_PASS (pass_lower_switch);
NEXT_PASS (pass_asan_O0);
NEXT_PASS (pass_tsan_O0);
NEXT_PASS (pass_sanopt);