PR c++/80639 - ICE with invalid PMF initialization.
authorJason Merrill <jason@redhat.com>
Sat, 17 Jun 2017 02:27:33 +0000 (22:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 17 Jun 2017 02:27:33 +0000 (22:27 -0400)
commitb126bff44d96201be452bf3d1b220c515bc0e26a
tree4252148907dce819df7c0209df8de31af84af1a5
parentc0a73a40e9fdde782237a5114872434ee35d60d6
PR c++/80639 - ICE with invalid PMF initialization.

PR c++/80043 - ICE with -fpermissive
* typeck.c (convert_for_assignment): Recurse when instantiate_type
returns without an error.

From-SVN: r249317
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/g++.dg/template/ptrmem31.C [new file with mode: 0644]