PR c++/70468 - ICE with constructor delegation via typedef.
authorJason Merrill <jason@redhat.com>
Fri, 23 Feb 2018 13:32:41 +0000 (08:32 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 23 Feb 2018 13:32:41 +0000 (08:32 -0500)
commit54fbd24d8eee02af48624d091452d9267887f722
treefbc07790e6c6abf18fbebf72473a01abcff45ac9
parentc287dea0c4a9319979288995e449c09184528a2f
PR c++/70468 - ICE with constructor delegation via typedef.

* pt.c (tsubst_initializer_list): Check for other mem-initializers
with constructor delegation.

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