diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-19 18:42:13 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-19 18:42:13 +0000 |
commit | 604b9c6f61b198f39cc908120cec3b7f58b810d8 (patch) | |
tree | a206551334e97bd16b6ba21d96713be07d69a0ad /gcc/cp/ChangeLog | |
parent | cd8430ef13dd54dd965b2677ea3ea5733ff99c50 (diff) | |
download | gcc-604b9c6f61b198f39cc908120cec3b7f58b810d8.tar.gz |
* decl.c (make_implicit_typename): New fn.
(lookup_name_real): Use it. Use current_class_type as the context.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16581 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 9fb7f04fab6..efdf9a769e6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 19 10:39:27 1997 Jason Merrill <jason@yorick.cygnus.com> + + * decl.c (make_implicit_typename): New fn. + (lookup_name_real): Use it. Use current_class_type as the context. + Mon Nov 17 23:42:03 1997 Bruno Haible <haible@ilog.fr> * pt.c (do_poplevel): Don't prohibit jumps into this contour. |