[Bug c++/88122] [9 Regression] g++ ICE: internal compiler error: Segmentation fault
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 21 22:42:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88122
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
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-bugs
mailing list