This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13294] [3.4 Regression] namespace associations vs. specializations


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-04-13 22:12 -------
Jason, I agree with your assessment.

This is looking far too involved to be considering at this point.

Please revert your earlier patch, so that things are consistent, and then either
close or retarget this PR.

(It appears to me that this outcome means that standards-conforming programs do
not follow the C++ ABI in that specializations of types in "std" are mangled
incorrectly.  That's observable to user programs by using "typeid".  This is
presumably a bug in our library implementation, but one that's not easy to fix,
and hopefully not terribly important to anybody.)

Thank you for persevering with this issue; without having gone this far, we
probably would not have known what the issues were.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13294


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]