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