From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 80BC43858C52; Thu, 19 Jan 2023 17:58:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80BC43858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674151109; bh=aMb0RiAGUSqe8pDXs5m6EAtv/XBQgSoZVMliaSEwkNU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=u49M3/KP3gX87mRODBrIIvPPriXDFAHGqdo0bzA5jfEib/eRpsZ5DTMzx7hNYHhD0 e9zX7CKtR21ivN9FjiLis3HJft9TP13v0COLybOJvToNfy/Di3+5jrhNXr/2Dy2ge9 SEvI+SRfotz7x4w2Timkwaooze2ZbjP3Rk8Z8A80= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108468] [11/12/13 Regression] ICE in most_specialized_partial_spec/builtin_guide_p in C++20 mode Date: Thu, 19 Jan 2023 17:58:29 +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.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone keywords bug_status priority cf_reconfirmed_on short_desc everconfirmed cc 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=3D108468 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.4 Keywords| |ice-on-valid-code Status|UNCONFIRMED |NEW Priority|P3 |P2 Last reconfirmed| |2023-01-19 Summary|ICE in |[11/12/13 Regression] ICE |most_specialized_partial_sp |in |ec/builtin_guide_p in C++20 |most_specialized_partial_sp |mode |ec/builtin_guide_p in C++20 | |mode Ever confirmed|0 |1 CC| |mpolacek at gcc dot gnu.org --- Comment #1 from Marek Polacek --- Confirmed. Started with r11-1615-g6b161257f9f8c7: commit 6b161257f9f8c7a26b7d119ebc32cbbc54d2e508 Author: Jason Merrill Date: Mon Jun 22 15:44:45 2020 -0400 c++: Improve CTAD for aggregates [PR93976] P2082R1 adjusted the rules for class template argument deduction for an aggregate to better handle arrays and pack expansions.=