Hi, A build of current CVS with MSVC 8.0/9.0 on Windows fails in GCC_XML/gccxml/GCC/gcc/cp/xml.c:xml_find_template_parm (tree t)
The problem seems to be that in C mode MSVC doesn't accept declarations that are not at beginning of a block in case statements, pls. see the attached patch which resolves the problem. Cheers, Dean
xml_c_msvc.diff
Description: Binary data
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.gccxml.org/mailman/listinfo/gccxml
