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++/41233] Templated conversion operator produces symbol name that won't demangle



------- Comment #1 from jim at clkda dot com  2010-02-25 16:33 -------
Created an attachment (id=19956)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19956&action=view)
Preprocessor output of code that produces a symbol that can't be demangled.

The symbol that can't be demangled is _ZNK3FooIPvEcvS_IT_EIiEEv, which should
correspond to 

template <typename T>
template <typename U>
Foo<T>::operator Foo<U>() const;


-- 


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


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