diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1998-01-28 09:07:24 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-01-28 09:07:24 -0800 |
commit | 1aea01ea0b0745714a27aac1d69e887e18871109 (patch) | |
tree | 8e856875f4c7a834f4f9dc04ae8bc804f9198bd8 /gcc | |
parent | 598fc152608335ec98ce3d6553af67d5b68a9f52 (diff) | |
download | gcc-1aea01ea0b0745714a27aac1d69e887e18871109.zip gcc-1aea01ea0b0745714a27aac1d69e887e18871109.tar.gz gcc-1aea01ea0b0745714a27aac1d69e887e18871109.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b0c5fa..372a516 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> |