re PR c++/58636 (ICE with initializer_list and rvalue references)
authorJason Merrill <jason@redhat.com>
Mon, 14 Jul 2014 05:25:13 +0000 (01:25 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 14 Jul 2014 05:25:13 +0000 (01:25 -0400)
commit5806f7716ca0de830266dfbebca11e6919beb581
treee863df7243b1ccfc3192b2e7d92b3c62823b79ab
parent2010baedf9dd2d5d5dc3944da86cf0255d5b873f
re PR c++/58636 (ICE with initializer_list and rvalue references)

PR c++/58636
* call.c (build_list_conv): Don't try to build a list of references.

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