diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-06 09:21:49 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-06 09:21:49 +0000 |
commit | 726dac643fcf746d36c85158cdff2c5f321b3f42 (patch) | |
tree | b0e3625018e0bcd6b1f74b996ef2e1321277c01b /gcc/dbxout.c | |
parent | 57c281945bbb999f5a3fbff1327c49d289d7001d (diff) | |
download | gcc-726dac643fcf746d36c85158cdff2c5f321b3f42.tar.gz |
* dbxout.c (dbxout_type): Don't test whether the binfo slot of
RECORD, UNION & QUAL_UNION is actually a binfo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84149 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index a8b47bad876..77e1b35d8d9 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -1636,7 +1636,6 @@ dbxout_type (tree type, int full) int i, n_baseclasses = 0; if (TYPE_BINFO (type) != 0 - && TREE_CODE (TYPE_BINFO (type)) == TREE_VEC && TYPE_BINFO_BASETYPES (type) != 0) n_baseclasses = TREE_VEC_LENGTH (TYPE_BINFO_BASETYPES (type)); |