diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-09-02 19:11:42 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-09-02 19:11:42 +0200 |
commit | 94087e88e0fcd45e51ab5797406714048dd5334c (patch) | |
tree | fbe11b6178ba7e9156879fe0f685cee7e04473c7 /gcc/tree-ssa-loop-ivopts.c | |
parent | af711c232d854adacd147897c1886cadeb4391f2 (diff) | |
download | gcc-94087e88e0fcd45e51ab5797406714048dd5334c.zip gcc-94087e88e0fcd45e51ab5797406714048dd5334c.tar.gz gcc-94087e88e0fcd45e51ab5797406714048dd5334c.tar.bz2 |
re PR sanitizer/77396 (address sanitizer crashes if all static global variables are optimized)
PR sanitizer/77396
* sanopt.c: Include gimple-ssa.h, tree-phinodes.h and ssa-iterators.h.
(sanopt_optimize_walker): Optimize away
__asan_before_dynamic_init (...) followed by
__asan_after_dynamic_init () without intervening memory loads/stores.
* ipa-pure-const.c (special_builtin_state): Handle
BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT and
BUILT_IN_ASAN_AFTER_DYNAMIC_INIT.
* decl2.c (do_static_initialization_or_destruction): Only
call asan_dynamic_init_call if INITP is true.
* g++.dg/asan/pr77396.C: New test.
From-SVN: r239961
Diffstat (limited to 'gcc/tree-ssa-loop-ivopts.c')
0 files changed, 0 insertions, 0 deletions