This patch fixes gdb.c++/classes.exp:ptype Static when used with gcc 3.x and stabs output. The code in question was never correct, just a likely guess; in particular, it got things wrong even with the v2 output for Static::ii, where the plain function name ("ii") was the same as the mangled form of the argument list (int, int == "ii"). For v3, we don't try to do minimal output, so it will always guess wrong. OK? Should I just remove the bad code rather than comment it out? 2002-01-17 Jason Merrill * stabsread.c (read_member_functions): Never guess that the given physname for a static member function is a stub.