OSDN Git Service

* gdb.cp/member-ptr.cc (class Padding): Make contents public.
authorDaniel Jacobowitz <dan@debian.org>
Fri, 12 Jan 2007 20:15:47 +0000 (20:15 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Fri, 12 Jan 2007 20:15:47 +0000 (20:15 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/member-ptr.cc

index ed56619..f45cb28 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/member-ptr.cc (class Padding): Make contents public.
+
 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
 
        * gdb.mi/mi-var-cp.cc (reference_update_tests):
index b216bb1..d5986ed 100644 (file)
@@ -86,6 +86,7 @@ typedef int A::*PMI;
    added twice - otherwise it would be 2 * 0 == 0.  */
 class Padding
 {
+public:
   int spacer;
   virtual int vspacer();
 };