dbxout.c (dbxout_type): For a RECORD_TYPE...
authorPer Bothner <bothner@gcc.gnu.org>
Wed, 28 Jan 1998 17:07:23 +0000 (09:07 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 28 Jan 1998 17:07:23 +0000 (09:07 -0800)
commit598fc152608335ec98ce3d6553af67d5b68a9f52
tree8b2fdd61b5b3fb2a8ec14bf16e3154a0ae205602
parenta88b65c26035fa59f18c1e339d53668241d72fa6
dbxout.c (dbxout_type): For a RECORD_TYPE...


* 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: r17534
gcc/dbxout.c