[GCC-XML] Function bodies

Brad King brad.king at kitware.com
Wed Jan 11 13:31:10 EST 2006


Daniel J. Lauk wrote:
> $ ./gccxml /path/to/file.cpp -fxml-body -fxml=foo.xml
> gccxml_cc1plus: error: options array incorrectly sorted: fxml= is before 
> fxml-body

The options have to be in lexicographic order in the source listing.  I 
suspect GCC is using a binary search to locate options quickly.

-Brad



More information about the gccxml mailing list