diff options
Diffstat (limited to 'gcc/asan.c')
-rw-r--r-- | gcc/asan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ static tree last_alloca_addr; /* Set of variable declarations that are going to be guarded by use-after-scope sanitizer. */ -static hash_set<tree> *asan_handled_variables = NULL; +hash_set<tree> *asan_handled_variables = NULL; hash_set <tree> *asan_used_labels = NULL; |