dbxout.c (dbxout_type): Don't test whether the binfo slot of RECORD, UNION & QUAL_UNI...
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 6 Jul 2004 09:21:49 +0000 (09:21 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 6 Jul 2004 09:21:49 +0000 (09:21 +0000)
* dbxout.c (dbxout_type): Don't test whether the binfo slot of
RECORD, UNION & QUAL_UNION is actually a binfo.

From-SVN: r84149

gcc/ChangeLog
gcc/dbxout.c

index 4100c8561a4c1f1460b694ec00b9a07310b79603..bb5e6694c02088660486647ae7bbbb39e53b0d73 100644 (file)
@@ -1,5 +1,8 @@
 2004-07-06  Nathan Sidwell  <nathan@codesourcery.com>
 
+       * dbxout.c (dbxout_type): Don't test whether the binfo slot of
+       RECORD, UNION & QUAL_UNION is actually a binfo.
+
        * tree.h (TREE_VIA_VIRTUAL): Rename to ...
        (BINFO_VIRTUAL_P): ... here. Require TREE_BINFO only.
        (BINFO_MARKED, BINFO_FLAG_[16]): New binfo flags.
index a8b47bad876dd778b7a3bfc78e71080bb717a616..77e1b35d8d94b7d6538604985492b2f1745427b1 100644 (file)
@@ -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));