Hi all, Does GCCXML support exception specifiers? When GCCXML parses this code, struct Except {}; struct A { void f() throw (Except); }; it doesn't seem to mention that f can throw an Except... am I missing something? Regards, Nicodemus.