]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/pt.c
re PR c++/34050 (ICE derived classes and variadic templates)
authorDouglas Gregor <doug.gregor@gmail.com>
Fri, 15 Feb 2008 03:09:18 +0000 (03:09 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Fri, 15 Feb 2008 03:09:18 +0000 (03:09 +0000)
commit625b6d91e7fed284c8228c333340ebf7ba6b479a
treeb1217c8cd8434e9df01019e65abc92a3b7e3ec04
parent512d1f4b7da783c91f11453b42fedbdb3a01465e
re PR c++/34050 (ICE derived classes and variadic templates)

2008-02-14  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/34050
* pt.c (tsubst_initializer_list): Deal with the use of
VOID_TYPE_NODE to indicate value-initialization of the bases.

2008-02-14  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/34050
* g++.dg/cpp0x/vt-34050.C: New.

From-SVN: r132331
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/vt-34050.C [new file with mode: 0644]