This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16630] missing type name in __PRETTY_FUNCTION__
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jul 2004 17:26:30 -0000
- Subject: [Bug c++/16630] missing type name in __PRETTY_FUNCTION__
- References: <20040719171336.16630.sebor@roguewave.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-07-19 17:26 -------
Confirmed indeed. Though the error is not that it doesn't show the
value of T in
const char* D<U>::foo(typename B<T>::X) [with U = int]
but that it decides to assign two different symbols 'U' and 'T' to the
template parameters, where there is really only one template parameter
around. They need to be printed with the same symbol.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-07-19 17:26:29
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16630