[Bug ld/15126] [REGRESSION] 2.23.51.0.9 fails to link cairo with libstdc++ (could not read symbols: Invalid operation)
http://sourceware.org/bugzilla/show_bug.cgi?id=15126 --- Comment #3 from H.J. Lu 2013-02-11 16:42:53 UTC --- Please provide a stand alone testcase. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/15135] New: c++filt: problem demangling _ZN3foocvPT_I3barEEv
http://sourceware.org/bugzilla/show_bug.cgi?id=15135 Bug #: 15135 Summary: c++filt: problem demangling _ZN3foocvPT_I3barEEv Product: binutils Version: 2.24 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassig...@sourceware.org ReportedBy: fakju...@o2.pl Classification: Unclassified c++filt can't demangle _ZN3foocvPT_I3barEEv (returned from clang). The problem seems related to the "T_" parameter - the name is demangled properly if "T_" is replaced with "S_". See also http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-February/027965.html Tested with versions 2.22 and 2.23.51.20130211 on Ubuntu 12.04 (64 bit): $ ./cxxfilt _ZN3foocvPT_I3barEEv _ZN3foocvPT_I3barEEv -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils