This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12293] g++ 3.x outputs wrong mangled names for some "global constructors keyed to"
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2003 20:14:30 -0000
- Subject: [Bug c++/12293] g++ 3.x outputs wrong mangled names for some "global constructors keyed to"
- References: <20030916001510.12293.carlo@alinoe.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12293
------- Additional Comments From bangerth at dealii dot org 2003-09-16 20:14 -------
Carlo, you know more about this than I do, so bear with a layman: why is it wrong if
the names of these global constructors have a disambiguation part? As far as I
understand it, they are for internal use only anyway, so we may use any name
we want, no? Or is there an ABI specification or similar that I'm not aware of?
Thanks
Wolfgang