aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authormmitchel <>2005-10-02 20:28:50 +0000
committermmitchel <>2005-10-02 20:28:50 +0000
commitcd6accf6475608325e8c2e78c6e6647dc35dc60f (patch)
tree10dca596efc248e2d42da67bbf26853432593ca3 /gcc/cp/ChangeLog
parentd6c7b925abb2d2ce5ca0a5e302173a5fe6d0b7c9 (diff)
PR c++/23840
* tree.c (lvalue_p1): A VA_ARG_EXPR with class type is an lvalue, when class rvalues are lvalues. PR c++/23840 * g++.dg/expr/stdarg1.C: New test.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index f4255d628cd..14fc98fbbea 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-02 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/23840
+ * tree.c (lvalue_p1): A VA_ARG_EXPR with class type is an lvalue,
+ when class rvalues are lvalues.
+
2005-09-28 Mark Mitchell <mark@codesourcery.com>
PR c++/16782