OSDN Git Service

2008-02-14 Douglas Gregor <doug.gregor@gmail.com>
authordgregor <dgregor@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2008 03:09:18 +0000 (03:09 +0000)
committerdgregor <dgregor@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2008 03:09:18 +0000 (03:09 +0000)
commite729f00eb25819fe41a3c7c8a3f6c96365123935
treeb1217c8cd8434e9df01019e65abc92a3b7e3ec04
parente782ed2b70f7a3abcd89deb4221781adf60c2391
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132331 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/vt-34050.C [new file with mode: 0644]