This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11685] typeinfo is not demangled in error messages
- From: "gdr at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Aug 2003 12:48:25 -0000
- Subject: [Bug c++/11685] typeinfo is not demangled in error messages
- References: <20030727171012.11685.pinskia@gcc.gnu.org>
- 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=11685
------- Additional Comments From gdr at gcc dot gnu dot org 2003-08-29 12:48 -------
I don't know what to do with this PR. Demangling the typeid as part of
diagnostic messages would mean that now the demangler is part of the compiler,
which in some sense is unacceptable. On the other hand, there should be room
for improvement.
does the rporter object to classifying this an enhancement, and nto a bug
proper?
-- Gaby