]> gcc.gnu.org Git - gcc.git/commitdiff
dbxout.c (dbxout_type): For a RECORD_TYPE...
authorPer Bothner <bothner@gcc.gnu.org>
Wed, 28 Jan 1998 17:07:24 +0000 (09:07 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 28 Jan 1998 17:07:24 +0000 (09:07 -0800)
d
* dbxout.c (dbxout_type):  For a RECORD_TYPE, check that TYPE_BINFO
is a TREE_VEC before trying to use it for baseclasses.
(Chill uses the same field for a different purpose.)

From-SVN: r17535

gcc/ChangeLog

index 2b0c5faf5a6db0fe4a7c225252a1146d735a6c14..372a5164be6b496137872d7745b862251dc973cd 100644 (file)
@@ -1,5 +1,9 @@
 Wed Jan 28 11:45:27 1998  Per Bothner  <bothner@cygnus.com>
 
+       * dbxout.c (dbxout_type):  For a RECORD_TYPE, check that TYPE_BINFO
+       is a TREE_VEC before trying to use it for baseclasses.
+       (Chill uses the same field for a different purpose.)
+
        * toplev.c (strip_off_ending):  Generalize to endings up to 5 chars.
 
 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
This page took 0.072358 seconds and 5 git commands to generate.