In article , David Carlton writes: > I've added some tests to gdb.c++/m-static that correspond to the > patch in > ; > patches below. I've reworked these patches and the other two new testsuite files that I posted to be a little better behaved: now the main() functions all explicitly return 0, and they no longer set breakpoints based on line numbers. Here are the revised patches for m-static; I'll send revised patches for pr-574 and printmethod next. David Carlton carlton@math.stanford.edu 2002-08-20 David Carlton * gdb.c++/m-static.exp: Remove breakpoints depending on line numbers, and replace them by use of "next". Add test 4. * gdb.c++/m-static.cc: Add test 4. * gdb.c++/m-static.h: New file. * gdb.c++/m-static1.cc: New file.