[Bug c++/88395] ICE: Segmentation fault signal terminated program cc1plus, with -std=c++2a -fconcepts

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Mar 5 19:14:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88395

--- Comment #14 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Jason Merrill
<jason@gcc.gnu.org>:

https://gcc.gnu.org/g:e50627ff8cd54c3983614b34727323b333b9374d

commit r9-8351-ge50627ff8cd54c3983614b34727323b333b9374d
Author: Jason Merrill <jason@redhat.com>
Date:   Thu Mar 5 13:45:38 2020 -0500

    c++: Avoid ICE on infinite recursion with concepts.

    This was simple enough to backport even though it's concepts.

    gcc/cp/ChangeLog
    2020-03-05  Jason Merrill  <jason@redhat.com>

        PR c++/88395
        PR c++/93551
        * constraint.cc (constraints_satisfied_p): Use push_tinst_level.


More information about the Gcc-bugs mailing list