This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/31903] unwanted anonymous namespacing linkage
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 May 2007 21:55:44 -0000
- Subject: [Bug target/31903] unwanted anonymous namespacing linkage
- References: <bug-31903-1447@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2007-05-11 22:55 -------
(In reply to comment #3)
> I think this is a bug on Linux as well, though, I suspect it don't fail to
> build, but rather I think it will compare the two typeinfo objects as equal
> even though they are unrelated to each other.
Nope:
Y:
.long _ZTIN33_GLOBAL__N_t.cc_00000000_E25ADE893fooE
X:
.long _ZTIN33_GLOBAL__N_t.cc_00000000_1F13DE273fooE
So the typeinfo are different.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31903