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

index ed56619570da0ac629cb73933b6339d71bbbe67a..f45cb280413691e2c67bc89ddc067d9d2dfadbb0 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 b216bb1d60287238aee54b2d644c4eb4a9e59a70..d5986ed6a3fb40200209dc0ac42c1a741a1f08c5 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();
 };