[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-10-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||andi-gcc at

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-10-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 --- Comment #17 from Andrew Pinski pinskia at gcc dot gnu.org 2011-10-19 00:01:54 UTC --- (In reply to comment #13) It would be nice to fix it in binutils and in gdb as well. libiberty should be merged automatically ...

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-09-26 Thread ccoutant at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 --- Comment #14 from Cary Coutant ccoutant at gcc dot gnu.org 2011-09-26 18:29:52 UTC --- Author: ccoutant Date: Mon Sep 26 18:29:46 2011 New Revision: 179209 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179209 Log: include/ChangeLog:

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-09-26 Thread ccoutant at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 Cary Coutant ccoutant at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-09-24 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 --- Comment #13 from Dmitry Gorbachev d.g.gorbachev at gmail dot com 2011-09-24 10:39:28 UTC --- Thanks! It would be nice to fix it in binutils and in gdb as well.

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-09-23 Thread ccoutant at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 --- Comment #12 from Cary Coutant ccoutant at gcc dot gnu.org 2011-09-23 21:39:13 UTC --- Author: ccoutant Date: Fri Sep 23 21:39:10 2011 New Revision: 179132 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179132 Log: include/ChangeLog:

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-08-19 Thread ccoutant at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 Cary Coutant ccoutant at gcc dot gnu.org changed: What|Removed |Added Attachment #23439|0 |1 is

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-02-23 Thread ccoutant at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 --- Comment #9 from Cary Coutant ccoutant at gcc dot gnu.org 2011-02-23 18:30:19 UTC --- Does not work for `_Z3fooi.1988' or `_Z3fooi.part.9.165493.constprop.775.31805'. Where does the _Z3fooi.1988 style come from? I guess your second example

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-02-23 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 --- Comment #10 from Jan Hubicka hubicka at ucw dot cz 2011-02-23 19:03:36 UTC --- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 --- Comment #9 from Cary Coutant ccoutant at gcc dot gnu.org 2011-02-23 18:30:19 UTC --- Does not work

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-02-22 Thread ccoutant at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 Cary Coutant ccoutant at gcc dot gnu.org changed: What|Removed |Added AssignedTo|unassigned at gcc dot |ccoutant at gcc

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-02-22 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 --- Comment #8 from Dmitry Gorbachev d.g.gorbachev at gmail dot com 2011-02-23 07:53:45 UTC --- Does not work for `_Z3fooi.1988' or `_Z3fooi.part.9.165493.constprop.775.31805'.

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-01-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2011-01-04 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 Dmitry Gorbachev d.g.gorbachev at gmail dot com changed: What|Removed |Added CC|

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2009-07-22 Thread cgd at google dot com
--- Comment #1 from cgd at google dot com 2009-07-22 23:29 --- Created an attachment (id=18239) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18239action=view) example c++ input that shows creation of a cloned function which isn't demangled. --

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2009-07-22 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-07-22 23:35 --- I don't see a problem with this really since it is a local symbol and will never be exported so the ABI never gets involved. a demangled name is only a nice way of displaying the name to the user rather than

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2009-07-22 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-07-22 23:36 --- Also by the way 4.4.0 and before generated just T.N which is even worse than the current behavior. demangle symbols according to the ABI an What is an ABI for a local symbol? --

[Bug c++/40831] g++ generated symbols for cloned function that be demangled.

2009-07-22 Thread cgd at google dot com
--- Comment #4 from cgd at google dot com 2009-07-22 23:44 --- (In reply to comment #2) I don't see a problem with this really since it is a local symbol and will never be exported so the ABI never gets involved. a demangled name is only a nice way of displaying the name to the