From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B04F3858C33; Fri, 2 Feb 2024 17:59:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B04F3858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706896780; bh=kc4b0WkRjj+4WkCVwtp7G2/CiRerHsoWBnRFzbyNrGc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kQtFKeR6kqQip2qMpF8YhdUiIRqG8cmdumaZU5pCTRS1I/lablq936BeOoOGvwFaF ijWwWbKPqAkhJE4OFXPr7y9wIfTWOwMZGV5rbJ4EP1z85ajQDcapSdgjnBcPdO9svz LP9LR5SZYuz6n0CsSiC5OBV4y3sjYGacXOnUIljo= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111222] ICE on basic_string_view and alias templates with missing template argument Date: Fri, 02 Feb 2024 17:59:39 +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: 14.0 X-Bugzilla-Keywords: accepts-invalid, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution see_also bug_status 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=3D111222 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE See Also|https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D112769 | Status|ASSIGNED |RESOLVED --- Comment #4 from Patrick Palka --- The underlying bug is the same as PR112769 which is a regression, so let's = call this one a dup. *** This bug has been marked as a duplicate of bug 112769 ***=