This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/40831] g++ generated symbols for cloned function that be demangled.
- From: "d.g.gorbachev at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 5 Jan 2011 01:07:10 +0000
- Subject: [Bug c++/40831] g++ generated symbols for cloned function that be demangled.
- Auto-submitted: auto-generated
- References: <bug-40831-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831
Dmitry Gorbachev <d.g.gorbachev at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |d.g.gorbachev at gmail dot
| |com
--- Comment #5 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2011-01-05 01:07:00 UTC ---
There's also a binutils bug <http://sourceware.org/PR12337>:
> Programs objdump, nm, addr2line, c++filt, gprof, do not demangle cloned
> function names, such as _ZN1C3fooEi.isra.0. Could be C::foo.isra.0(int) or
> C::foo(int).isra.0 (?)