Re: fix TM-clone calls in C++ dumps

2011-12-13 Thread Richard Henderson
On 12/10/2011 11:32 AM, Aldy Hernandez wrote: > * trans-mem.c (ipa_tm_create_version_alias): Set DECL_CONTEXT and > DECL_LANG_SPECIFIC. Ok. r~

fix TM-clone calls in C++ dumps

2011-12-10 Thread Aldy Hernandez
In reviewing Patrick Marlier's last patch I noticed that the tree dump files for C++ objects were all convoluted when it came to displaying certain clones. It turns out C++'s dump_function_name() needs the DECL_LANG_SPECIFIC bits to properly display the demangled names. However, ipa_tm_creat