This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/66524] Unable to detect InitializationOrderFiasco when compiled with "g++ -fsanitize=address"


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66524

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
It is not going to work in 4.8.x, the support for this has only been added for
4.9.0 and later:
http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01791.html
In 4.9 you also don't have to play with llvm-symbolizer, symbolization happens
automatically using libbacktrace internally.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]