From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 41F9E3858CDA; Mon, 30 Oct 2023 18:03:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41F9E3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698688998; bh=rGEKYWZ3XW324fWFrM7hE8cYdO0+ARfqD/tkmMOaN6c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cQlIq5p+nXL1/ISrfGhsa6H6jPwUViZyXoEwmlNuidxHDI4TUK1avgscVXNqZa7ZE PCPq+m3cNr1u+gXYdm7obOeS9yHMwtXSK4YvEPZA+rqvbAV8ibZQsknJSWO5XQk+t6 HnnZrYVESl5UaSlppsiInq/TYEVpGpEknwvp/VvE= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112288] [11/12/13/14 Regression] ICE - internal compiler error: in instantiate_decl, at cp/pt.cc:26861 Date: Mon, 30 Oct 2023 18:03:18 +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: 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: 14.0 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=3D112288 --- Comment #6 from Marek Polacek --- (In reply to Andrew Pinski from comment #5) > (In reply to Fabio Alemagna from comment #4) > > (In reply to Marek Polacek from comment #2) > > > Confirmed. Started with r6-6830-g20a0c6f9bdbd78: > > >=20 > > > commit 20a0c6f9bdbd781ed5d413a10a06764a174dc394 > > > Author: Patrick Palka > > > Date: Mon Feb 8 23:02:50 2016 +0000 > > >=20 > > > Fix PR c++/69283 (auto deduction fails when ADL is required) > > >=20 > > > but reverting that fix doesn't make the ICE go away. > >=20 > > That seems waaaay to old to be the cause of the issue. > >=20 > > As said, it works with v13.2.1 >=20 > Note the trunk has extra checkings enabled compared to a release if not > configured with `--enable-checking=3Drelease` so you might be seeing that > effect here. That's right. Trunk configured with --enable-checking=3Drelease doesn't IC= E, either.=