Commit bfc22107 by Nathan Sidwell Committed by Nathan Sidwell

* g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.

From-SVN: r34172
parent 742dff15
2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.eh/catch11.C: New test.
* g++.old-deja/g++.eh/catch12.C: New test.
......
......@@ -14,8 +14,8 @@ using namespace abi;
int expect (int flags, type_info const &info)
{
__pointer_type_info const *ptr =
dynamic_cast <__pointer_type_info const *> (&info);
__pbase_type_info const *ptr =
dynamic_cast <__pbase_type_info const *> (&info);
if (!ptr)
return 0;
if (ptr->quals != flags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment