http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55617



--- Comment #11 from Jack Howarth <howarth at nitro dot med.uc.edu> 2013-01-30 
14:23:51 UTC ---

(In reply to comment #10)

> I suppose this isn't important. __mod_term_func are destructors, and they even

> aren't called in the crashing program.



The question is why does...



  if (builtin_decl_implicit_p (BUILT_IN_ASAN_INIT))

    return;



in initialize_sanitizer_builtins() not emit a __asan_init while apparently...



tree fn = builtin_decl_implicit (BUILT_IN_ASAN_INIT);



in asan_finish_file() emits an apparenty unnecessary one in the wrong section.

Reply via email to