https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79796
--- Comment #6 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Author: mpolacek Date: Mon Mar 6 17:38:42 2017 New Revision: 245927 URL: https://gcc.gnu.org/viewcvs?rev=245927&root=gcc&view=rev Log: 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. Added: trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi13.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/call.c trunk/gcc/testsuite/ChangeLog