> I'd like to have the empty struct test anyway. Remember to add a > variable of that type if you add a type to class2.cc; or newer GCCs > will just elide the type. Would the following patch be ok to apply? 2004-02-26 J. Brobecker * gdb.cp/class2.cc (empty): New class. (refer): New function. (main): Declare an object of type empty and use it. * gdb.cp/class2.exp: Print the value of an object of type empty. Tested on x86-linux. -- Joel