Hi, This patch addresses breakpoint/12803, which deals with C++ minsym methods involving "const" and/or "volatile" attributes. keep_name_info was being guarded by current_language, and this caused a regression against gdb 7.1. Keith ChangeLog 2011-05-24 Keith Seitz PR breakpoint/12803 * linespec.c (keep_name_info): Add handling for "volatile" keyword. (decode_compound): Unconditionally call keep_name_info. testsuite/ChangeLog 2011-05-24 Keith Seitz PR breakpoint/12803 * gdb.cp/cmpd-minsyms.cc (a): New method. (b): New method. (c): New method. * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.