PR c++/85545 - ICE with noexcept PMF conversion.
authorJason Merrill <jason@redhat.com>
Thu, 26 Apr 2018 20:32:32 +0000 (16:32 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 26 Apr 2018 20:32:32 +0000 (16:32 -0400)
commit128d29a52fcd9097c1e809c675dadd108f8dd604
treeafc670f671f43840fee313a0d13f1afbe9eed3a9
parente94497fbc0cddc5fdb5447967ee5a0e9634d00b0
PR c++/85545 - ICE with noexcept PMF conversion.

* cvt.c (cp_fold_convert): Handle PMF CONSTRUCTORs directly.

From-SVN: r259689
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/testsuite/g++.dg/cpp1z/noexcept-type20.C [new file with mode: 0644]