PR c++/82152 - ICE with class deduction and inherited ctor.
commit320bc33ba1d6c1db135f10f3cebd24b06622bc37
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Apr 2018 16:42:09 +0000 (5 16:42 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Apr 2018 16:42:09 +0000 (5 16:42 +0000)
tree7d4e453e2022d0d1cd0d277b7817502c75306660
parent74894b80c6ee413902eb7a7efc13ad538c25e92f
PR c++/82152 - ICE with class deduction and inherited ctor.

* pt.c (do_class_deduction): Ignore inherited ctors.

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