PR c++/83227 - C++17 ICE with init-list derived-to-base conversion.
commit7238ae962fbc16a752efad42931d43cbe4764d75
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Feb 2018 02:47:19 +0000 (16 02:47 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Feb 2018 02:47:19 +0000 (16 02:47 +0000)
treede75b537293cdafe1ab3d96f8db4a94f8c845332
parentd67901d7e1789538919ae308863c377801c9d643
PR c++/83227 - C++17 ICE with init-list derived-to-base conversion.

* call.c (convert_like_real): Don't use the copy-list-initialization
shortcut for ck_base.

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