diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2009-11-06 16:36:56 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2009-11-06 16:36:56 -0500 |
commit | 2fdbecf6fe8914be5117a958bb7d74cf1510aa61 (patch) | |
tree | dbcca80670cab9621c1625a67f5a39b862b714db | |
parent | e1faa105c10af6f990e97a137187e04b21addbb7 (diff) | |
download | gcc-2fdbecf6fe8914be5117a958bb7d74cf1510aa61.zip gcc-2fdbecf6fe8914be5117a958bb7d74cf1510aa61.tar.gz gcc-2fdbecf6fe8914be5117a958bb7d74cf1510aa61.tar.bz2 |
add missing changelog line
From-SVN: r153979
-rw-r--r-- | gcc/cp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4db5aac..b63977b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -16,6 +16,7 @@ * decl2.c (build_memfn_type): Preserve attributes. (cp_reconstruct_complex_type): Likewise. (maybe_retrofit_in_chrg): Likewise. + * class.c (adjust_clone_args): Likewise. * call.c (standard_conversion): Use build_memfn_type. * pt.c (tsubst): Likewise. * decl.c (build_ptrmem_type): Likewise |