PR c++/83911 - ICE with multiversioned constructor.
authorJason Merrill <jason@redhat.com>
Fri, 16 Mar 2018 12:38:42 +0000 (08:38 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 16 Mar 2018 12:38:42 +0000 (08:38 -0400)
commitaafdbe06af7127972c483fb2c9bf07b542b49d23
tree1cbe31ec81992446813373623fb8fe08fe1e5de3
parenta1295eec4e21ad46774b829e2b54b04d8f0e5e35
PR c++/83911 - ICE with multiversioned constructor.

* cp-gimplify.c (cp_genericize_r): Replace versioned function with
dispatchere here.
* call.c (build_over_call): Not here.
PR c++/83911 - ICE with multiversioned constructor.

From-SVN: r258592
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-gimplify.c
gcc/testsuite/g++.dg/ext/mv27.C [new file with mode: 0644]