re PR c++/66515 (g++ segfaults when creating an std::initializer_list)
authorJason Merrill <jason@redhat.com>
Wed, 17 Jun 2015 20:45:32 +0000 (16:45 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 17 Jun 2015 20:45:32 +0000 (16:45 -0400)
commit9fa6ffe1bacd71b13d7b00e6636e9f2afbe01d2e
tree73bfc860816ba6284774ad8351006b5692078102
parentcc7f3d0eeef05fb8fc11384a9a29afae10a54cc7
re PR c++/66515 (g++ segfaults when creating an std::initializer_list)

PR c++/66515
* call.c (implicit_conversion): Call reshape_init here, early.
(build_aggr_conv): Not here.

From-SVN: r224581
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/cpp0x/initlist96.C [new file with mode: 0644]