vmihint.C: Adjust __vmi_class_type_info member name.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 7 Apr 2000 16:59:12 +0000 (16:59 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 7 Apr 2000 16:59:12 +0000 (16:59 +0000)
* g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
member name.

From-SVN: r33005

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.abi/vmihint.C

index 4b9eb7058177c769b80b11e9f4667f3197774042..d5f6bbdc25ddb61fa325b00d7d71ef71c8fe7273 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
+       member name.
+
 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
 
        * g++.old-deja/g++.abi/vmihint.C: New test.
index 672af2cb79dcfc967d04d7b2496924bf4c74e4ed..28a269c3522c95d638b8fbdf5ac2589cf07ba36f 100644 (file)
@@ -36,7 +36,7 @@ int expect (int flags, type_info const &info)
       dynamic_cast <__vmi_class_type_info const *> (&info);
   if (!ptr)
     return 0;
-  if (ptr->details != flags)
+  if (ptr->vmi_flags != flags)
     return 0;
   return 1;
 }