https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82664
--- Comment #8 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Fri Feb 16 19:06:59 2018 New Revision: 257754 URL: https://gcc.gnu.org/viewcvs?rev=257754&root=gcc&view=rev Log: PR c++/82664 - ICE with reference to function template parm. * pt.c (convert_nontype_argument_function): Avoid obfuscationg NOP_EXPRs. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/template/nontype-fn1.C Modified: branches/gcc-7-branch/gcc/cp/ChangeLog branches/gcc-7-branch/gcc/cp/pt.c