PR c++/79796 - ICE with NSDMI and this pointer
authorMarek Polacek <polacek@redhat.com>
Mon, 6 Mar 2017 17:38:42 +0000 (17:38 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Mon, 6 Mar 2017 17:38:42 +0000 (17:38 +0000)
commitbdbbf28d15945150b16406d1bce91db58a65ac08
tree81b930f94647aecd7f58f630f327fa2ac045aea7
parent52564551d3b21bc1cf08d87de8a0682764753c8a
PR c++/79796 - ICE with NSDMI and this pointer

PR c++/79796 - ICE with NSDMI and this pointer
* call.c (build_over_call): Handle NSDMI with a 'this' by calling
replace_placeholders.

* g++.dg/cpp0x/nsdmi13.C: New test.

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