Version: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) Source file: #include template struct test {    void func() { cout<<__PRETTY_FUNCTION__< {    }; struct B : virtual A, test {    }; void main() {    B b;    b.test::func();    //b.A::test::func();    } Command & output: [...]$ g++ include.cc include.cc: In function `int main(...)': include.cc:15: Internal compiler error. include.cc:15: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'. include.cc:15: See for details. Â