The following function yields an internal compiler error: // --- snip --- class C { }; void foo() { C c; void * v = static_cast<void *>(c); } // --- snip --- Environment is a Sparc Ultra1, SunOS 5.5.1, compiled with g++ -c x.cc -Jay