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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-27 
10:17:25 UTC ---
Alternatively, we could temporarily (for the duration of do_tlink) #ifdef
HAVE_LD_DEMANGLE conditionally add putenv ("COLLECT_NO_DEMANGLE=1"); if getenv
("COLLECT_NO_DEMANGLE") is NULL and at the end of function remove it from the
environment again.

Reply via email to