From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C90F3853823; Mon, 10 Apr 2023 20:50:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C90F3853823 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681159816; bh=07bWoYgCAIsis9jfxTRBlNqzpnFuPwnYECHgJlVWjUU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DafCTTH6kayDEHXzPn+LHfl+k5kP2Joq8C2eWEvwQ9KIKzhJDOI7hGFL4bGr4n6Im i6X/bxpJmS1MFRTWJx2pcdKGKNXHwV3yM0kNJvp84zh1+eupuWaqSYpTiYnBrAhq6O J5Fi/fEs2/AmCAbW3dslYUJ9q4zHfBdYRTors58M= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109464] gcc does not instantiate constructor for explicitly instantiated template Date: Mon, 10 Apr 2023 20:50:15 +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.2.0 X-Bugzilla-Keywords: link-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D109464 --- Comment #1 from Andrew Pinski --- Created attachment 54825 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54825&action=3Dedit failed attempt at reducing This was my trial on reducing the testcase but it failed. In that the symbo= l is defined correctly still.=