From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7E425385840A; Mon, 30 Oct 2023 17:57:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E425385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698688656; bh=ewNB9tHUD3T+N9CDmjwR7il+XxjAmylBsLr9FDp80Fs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H2o80S+bf0OCoQ0saSEVLgp5pQRXFnYTTCBmwMfVoFdyAG60Z6bV2E4E0OVyfUdOV WXcCH5jTByiMugM8CVNqdm2CoE2cbhcEGzUzlhOXmtkmUqI3Tf7hr45DogNqofia2p ARg+quoOA4WmGOilXHqTV9TAIxQjUuj0Soz4ors4= From: "pinskia 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 17:57:35 +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: pinskia 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 #5 from Andrew Pinski --- (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 Note the trunk has extra checkings enabled compared to a release if not configured with `--enable-checking=3Drelease` so you might be seeing that e= ffect here.=