From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9CD2C3858D28; Fri, 10 Feb 2023 15:14:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9CD2C3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676042048; bh=pKFJqAGNlvlDtr3P8mmefysf5lKvH7BK7Py+Csgv8Oc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xpsaRnVqZebI5gpYA5ijvhUmjBm5KGX9qTI1+RJGEI28ow7VUJyAA4CA6DDMmmLyE SbS9X1tMyy4ioPqjSRTl6xJyqOpv0gl0zWeS5klGmNijst71kVAzopGGaJ0ItvSuiU 6lG+O0Wvm94nf2s59fEHMl0FhWXoXteugTtDYoTA= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/101099] [10/11/12/13 Regression] ICE in type_unification_real, at cp/pt.c:22173 Date: Fri, 10 Feb 2023 15:14:08 +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: 12.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: 10.5 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=3D101099 --- Comment #7 from Marek Polacek --- (In reply to Martin Li=C5=A1ka from comment #6) > Well, it's fixed since r13-3639-ga4cd2389276a30c3 which is a revision that > handles default options. Is it really fixed? Ah, that commit explains that this is not fixed then; the ICE still happens with -fconcepts-ts. Low prio, but still a bug. Thanks for the bisect.=