From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C2CB33858C5E; Fri, 29 Dec 2023 13:17:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C2CB33858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703855825; bh=pN7Sa/+F7vuhCZd6pa9+SsBKIlXKSn7Teme81YVB4nQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HNN9trihmQYFf4tT4gFUlgbwmkAt+DtwQM5BF98IBFdLSW+4+n0I12OE9JKFK4ROe wvzYRw+Xh7A6G6Thv0TMdjcyNV4MYh7YK75fTvDrdCjUM3BgnnWMxg0WZkGEGGRb3i 3vZ2ak+UBDfdsHVc/ml7RnzZJtIFdK0DAa1hgRnM= From: "iamkirkezz at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113170] ICE: Segfault (template template parameter, alias template, default template argument) Date: Fri, 29 Dec 2023 13:17:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iamkirkezz at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113170 --- Comment #1 from Kirkezz --- I was experimenting with the template template parameters, and ICE occured.=