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 c++/47952] [trans-mem] undefined reference to transaction clone


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

--- Comment #7 from Richard Henderson <rth at gcc dot gnu.org> 2011-03-08 22:27:31 UTC ---
The name isn't being properly demangled.  Although this ought not
matter for correctness; what matters is that the group name is
consistent across all uses, and that functions that are not 
related are not grouped together.  I'll still see about fixing
the demangler such that the group name is handled.

Can you please point me at the full test, so that I can see the
linker errors?


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