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++/16630] missing type name in __PRETTY_FUNCTION__


------- 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


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