Here is a sampling of the output of processing vtkWin32OutputWindow.h with gccxml:<br><br>  <Method id="_17" name="IsTypeOf" returns="_64" static="1" context="_9" access="public" mangled="_ZN20vtkWin32OutputWindow8IsTypeOfEPKc" demangled="vtkWin32OutputWindow::IsTypeOf(char const*)" location="f1:35" file="f1" line="35" endline="35" inline="1"><br>
    <Argument name="type" type="_7" location="f1:35" file="f1" line="35"/><br>  </Method><br><br>There is clearly a static="1" attribute on each static method, just as I would expect.<br>
<br>There must be something masking it in your case.<br><br>It's not a limitation, so it must be a "bug"...<br><br>How are you calling gccxml? (What's the exact command line used?)<br><div class="gmail_quote">
<br><br>On Thu, Aug 19, 2010 at 12:17 AM, Óscar Fuentes <span dir="ltr"><<a href="mailto:ofv@wanadoo.es">ofv@wanadoo.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Qt have something like this on their headers:<br>
<br>
inline static int foo(int blah) { .... }<br>
<br>
`inline' is reported, but not `static'.<br>
<br>
Is this a limitation of gcc-xml or a bug?<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.gccxml.org/mailman/listinfo/gccxml" target="_blank">http://www.gccxml.org/mailman/listinfo/gccxml</a><br>
</blockquote></div><br>