diff options
author | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-16 18:52:48 +0000 |
---|---|---|
committer | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-16 18:52:48 +0000 |
commit | f134e87daeb1245739e57bd33f521131e3dac8e8 (patch) | |
tree | c03439f796833724eb718b395139d30bbcae1864 /gcc/cp/ChangeLog | |
parent | 1525d090ebf9fe0636f3538d162aad92c9133e7f (diff) | |
download | gcc-f134e87daeb1245739e57bd33f521131e3dac8e8.tar.gz |
2004-09-16 Andrew MacLeod <amacleod@redhat.com>
* error.c (dump_decl): Make sure there is lang_specific info before
checking for DTOR and CTOR decls.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6c46adc2789..2979b3d3a30 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2004-09-16 Andrew MacLeod <amacleod@redhat.com> + + * error.c (dump_decl): Make sure there is lang_specific info before + checking for DTOR and CTOR decls. + 2004-09-16 Nathan Sidwell <nathan@codesourcery.com> * class.c (copy_virtuals): Remove. |