projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd0ba96
)
ptrflags.C (expect): Change __qualifier_flags to __flags.
author
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Thu, 1 Aug 2002 16:45:55 +0000
(16:45 +0000)
committer
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Thu, 1 Aug 2002 16:45:55 +0000
(16:45 +0000)
2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
* g++.old-deja/g++.abi/ptrflags.C (expect): Change
__qualifier_flags to __flags.
From-SVN: r55936
gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C
b/gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C
index 9c645566d2ebbc05543902e368f4e6b4ea13469e..16bf946fc37dac9c2c3c0da955351bcd647f8a7c 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C
+++ b/
gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C
@@
-18,7
+18,7
@@
int expect (int flags, std::type_info const &info)
dynamic_cast <abi::__pbase_type_info const *> (&info);
if (!ptr)
return 0;
- if (ptr->__
qualifier_
flags != flags)
+ if (ptr->__flags != flags)
return 0;
return 1;
}