From 1aea01ea0b0745714a27aac1d69e887e18871109 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 28 Jan 1998 09:07:24 -0800 Subject: [PATCH] dbxout.c (dbxout_type): For a RECORD_TYPE... 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b0c5faf5a6..372a5164be6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ Wed Jan 28 11:45:27 1998 Per Bothner + * 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 -- 2.30.2