r266360 - in /trunk/gcc: cp/ChangeLog cp/method...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Nov 21 22:42:00 GMT 2018


Author: jakub
Date: Wed Nov 21 22:42:09 2018
New Revision: 266360

URL: https://gcc.gnu.org/viewcvs?rev=266360&root=gcc&view=rev
Log:
	PR c++/88122
	* method.c (maybe_explain_implicit_delete): If
	FUNCTION_FIRST_USER_PARMTYPE (decl) is NULL, set const_p to false
	instead of ICEing.

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

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/implicit15.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/method.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list