[GCC-XML] unsupported type tree_list?

Brad King brad.king at kitware.com
Tue Nov 9 19:08:03 EST 2004


John Morrison wrote:
> (2) I see about 50 lines of the following when running gccxml on code
> that uses STL (there are no other diagnostics):
> 
> xml_find_template_parm encountered unsupported type tree_list

This is now fixed as of revision 1.93 of xml.c.  This message was 
produced by code that uses a pointer to a function with at least one 
argument as a template argument:

template <class T> struct A;
typedef A<void (void*)> B;

Your code was producing it with the stl map of function pointers.

-Brad



More information about the gccxml mailing list