diff options
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 ec50f9e..b3a5dfd 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2000-11-24 Nathan Sidwell <nathan@codesourcery.com> + + * semantics.c (finish_id_expr): If type is error_mark, return + error_mark. + 2000-11-23 Nathan Sidwell <nathan@codesourcery.com> * pt.c (lookup_template_class): Simplify loop exit constructs. |