[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 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-10-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 Andrew Pinski changed: What|Removed |Added CC||andi-gcc at firstfloor dot

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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=gcc&view=rev&rev=179209 Log: include/ChangeLog: PR 40831 * demangle.

[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 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 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=gcc&view=rev&rev=179132 Log: include/ChangeLog: PR 40831 * demangle.

[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 changed: What|Removed |Added Attachment #23439|0 |1 is obsolete|

[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 2011-02-23 19:03:36 UTC --- > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 > > --- Comment #9 from Cary Coutant 2011-02-23 > 18:30:19 UTC --- > > Does not work for `_Z3fooi.1988' or > > `_Z3fooi.part.9.165

[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 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 is from a cloned function

[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 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-02-22 Thread ccoutant at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831 Cary Coutant changed: What|Removed |Added AssignedTo|unassigned at gcc dot |ccoutant at gcc dot gnu.org

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[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 changed: What|Removed |Added CC||d.g.gorbachev at gmail dot

[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 th

[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? -- http://gcc.gnu.org/bugzilla/s

[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 anyth

[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=18239&action=view) example c++ input that shows creation of a cloned function which isn't demangled. -- http://gcc.gnu.org/bugzilla/sho