PR c++/80639 - ICE with invalid PMF initialization.
commit9e37fbc219b63d53a82ec52e1dd4a7fe6381db35
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jun 2017 02:27:33 +0000 (17 02:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jun 2017 02:27:33 +0000 (17 02:27 +0000)
tree4252148907dce819df7c0209df8de31af84af1a5
parent96680ffca59c15a831b9ef67768e86d380e40bab
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.

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