diff options
author | Mark Mitchell <mark@codesourcery.com> | 2002-04-29 14:54:52 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-04-29 14:54:52 +0000 |
commit | 3939c11f5ce40abf0f3462d8fc35de25a977f6f5 (patch) | |
tree | f5bcfcb25ebdf59f13c961bb3b6a740e277bd555 /gcc/cp/ChangeLog | |
parent | cb66b1e54f9dd80b85d2b7e135f3e9d45e159811 (diff) | |
download | gcc-3939c11f5ce40abf0f3462d8fc35de25a977f6f5.tar.gz |
re PR c++/6492 (New boost regression (friends))
PR c++/6492
* pt.c (tsubst_friend_class): If the friend has an explicit scope,
enter that scope before name lookup.
PR c++/6486
* method.c (do_build_copy_constructor): Avoid building
cv-qualified reference types.
PR c++/6486
* g++.dg/template/friend6.C: New test.
PR c++/6492
* g++.dg/init/copy1.C: New test.
From-SVN: r52894
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 229cc58ee9a..298c5410b0d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,13 @@ +2002-04-29 Mark Mitchell <mark@codesourcery.com> + + PR c++/6492 + * pt.c (tsubst_friend_class): If the friend has an explicit scope, + enter that scope before name lookup. + + PR c++/6486 + * method.c (do_build_copy_constructor): Avoid building + cv-qualified reference types. + 2002-04-29 Nathan Sidwell <nathan@codesourcery.com> PR c++/5719 @@ -11,7 +21,7 @@ 2002-04-26 Mark Mitchell <mark@codesourcery.com> - PR c++/6497 + PR c++/6479 * method.c (do_build_assign_ref): Pass a derivation to build_method_call when calling base class assignment operators. |