From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AC5B6385782B; Mon, 30 Oct 2023 17:43:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC5B6385782B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698687826; bh=DVFUf737Xsqp5iLaOSRObZCr37tomviloj0vyOjpED0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G9lyHNKL3k9AiNS3d/DkUjQ3B8Cp/0qpuzlFtuXmMgtOQoqBwX9rWGs70daxKj4my YNExLxmy8f/cSmYiJzsB5li0fu2nwZOuJp9mXrcro8qrjUZeV15Bi4W8GiQ5hOyaDn nRli4x3s7h0JDulz02yRPzFTu3W5tu/v2F0u4p88= 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 17:43:46 +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 #4 from Fabio Alemagna --- (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. That seems waaaay to old to be the cause of the issue. As said, it works with v13.2.1=