PR c++/82152 - ICE with class deduction and inherited ctor.
authorJason Merrill <jason@redhat.com>
Thu, 5 Apr 2018 16:42:09 +0000 (12:42 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 5 Apr 2018 16:42:09 +0000 (12:42 -0400)
commitbe9d76c5bf7e256dbacd34d166079b75103882ba
tree7d4e453e2022d0d1cd0d277b7817502c75306660
parent68218b64edccb3286d57217f7bd85264340e5a9f
PR c++/82152 - ICE with class deduction and inherited ctor.

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

From-SVN: r259133
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1z/class-deduction54.C [new file with mode: 0644]