Re: [C++ Patch] PR 60753
OK. Jason
[C++ Patch] PR 60753
Hi, this is an accepts-invalid issue about an explicit specialization redeclared deleted. AFAICS, the problem is that start_decl sets DECL_DELETED_FN on the fndecl too late, that is, *after* calling grokdeclarator, whereas we want to have it set by the time the latter calls grokfndecl, becaus