From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0A56E3858D20; Mon, 30 Oct 2023 20:55:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A56E3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698699330; bh=C2mHr+dUWfa9ewdzuVB8u84JgHoHaLZcNIIzktSQWTA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q1MWU/PDcYfL0PbRCf55EFOscnaidRMkIr3VgP+M3Cq8WvGGA6onntM+4zHmoDx6l 9zYGeHybeCUdz3C75I1tpjENYmV0cD97EOJT4U+TNiCQWGPQGfrHWKNzj+/fAs4dEM E27uO+cGoAdK/SzmMuvHgIKhl0j0f6RtDklfQ2i8= From: "falemagn at gmail dot com" 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 20:55: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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: falemagn at gmail dot com 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 #7 from Fabio Alemagna --- (In reply to Marek Polacek from comment #6) > (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 th= at > > effect here. >=20 > That's right. Trunk configured with --enable-checking=3Drelease doesn't = ICE, > either. Oh! Didn't know that, my bad.=