PR c++/84447 - ICE with deleted inherited ctor with default arg.
authorJason Merrill <jason@redhat.com>
Mon, 26 Feb 2018 17:06:07 +0000 (12:06 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 26 Feb 2018 17:06:07 +0000 (12:06 -0500)
commit18101e7383f79184d9e0e1a6593141770eeb0414
treee39976d23aa4a34112c40df1327e326eabf482d3
parentf18f8ade38e5a71e7bdafa46f0972b45e835ea9e
PR c++/84447 - ICE with deleted inherited ctor with default arg.

* call.c (build_over_call): Handle deleted functions in one place.

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