diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a2c540f..d8aaf4c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,9 @@ 2004-07-16 Nathan Sidwell <nathan@codesourcery.com> + PR c++/16583 + * dump.c (cp_dump_tree): Don't dump the bases if there's no + binfo. + * pt.c (tsubst) <TREE_BINFO case>: We should never get here. 2004-07-15 Mark Mitchell <mark@codesourcery.com> |