aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-01-07 12:49:44 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2011-01-07 12:49:44 +0100
commita14e516339b8d3b5a3a35ec1c6e33e74019bb576 (patch)
treed291264fa490c8d3846683eb61e314c2dda9a43e /gcc/cp/ChangeLog
parent4f0d010ebbaa108aa13729fc74a6738862440f9c (diff)
downloadgcc-a14e516339b8d3b5a3a35ec1c6e33e74019bb576.zip
gcc-a14e516339b8d3b5a3a35ec1c6e33e74019bb576.tar.gz
gcc-a14e516339b8d3b5a3a35ec1c6e33e74019bb576.tar.bz2
re PR c++/47022 (ICE: in tsubst_copy, at cp/pt.c:11682)
PR c++/47022 * pt.c (tsubst_copy_and_build): Use tsubst instead of tsubst_copy for the second build_x_va_arg argument. * g++.dg/template/stdarg1.C: New test. From-SVN: r168564
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 67411a5..35d8864 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-07 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/47022
+ * pt.c (tsubst_copy_and_build): Use tsubst instead of tsubst_copy
+ for the second build_x_va_arg argument.
+
2011-01-05 Tom Tromey <tromey@redhat.com>
* typeck.c (cp_build_addr_expr_1): Update call to lvalue_error.