diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2005-10-03 15:42:42 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2005-10-03 15:42:42 +0000 |
commit | 5a89d2659ef86cf30e2ed4ca4cd18a3c2fe08f68 (patch) | |
tree | 8c51343937d67c78fc69847e0359f3236662471a /gcc | |
parent | 216ac520d4aed5c7f8f741283129387b4d7ae7b6 (diff) | |
download | gcc-5a89d2659ef86cf30e2ed4ca4cd18a3c2fe08f68.zip gcc-5a89d2659ef86cf30e2ed4ca4cd18a3c2fe08f68.tar.gz gcc-5a89d2659ef86cf30e2ed4ca4cd18a3c2fe08f68.tar.bz2 |
Fix typo in ChangeLog
From-SVN: r104893
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 789fcfb..0680b67 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -6,7 +6,7 @@ * pt.c (convert_nontype_argument): Remove ??? comment. PR c++/23840 - * tree.c (lvalue_p1): A VA_ARG_EXPR with class type is an lvalue, + * tree.c (lvalue_p_1): A VA_ARG_EXPR with class type is an lvalue, when class rvalues are lvalues. 2005-09-28 Mark Mitchell <mark@codesourcery.com> |