From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9E1603858D20; Tue, 11 Apr 2023 03:50:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E1603858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681185019; bh=eP3fWLv4BLuvjmNaaJyW8RmjD2eL+caylPGVuDtZIpE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VqEDwzKnUhwL8y9ZD05J8Wp7DISBkb2Af0kPayw7yacZKz1SRN8WFUZk48382OYRj VXnZz8BT/l7/dlEXbyhd3SX6Rzi1AfGVTp28+J1kpgEa4aa6+PeEUx9t6LYBhdzipb Yg/69VaDxJ8kRAAtbT42/+ZFOZSYC+UxUxKmtxZ0= From: "lh_mouse at 126 dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109464] gcc does not instantiate constructor for explicitly instantiated template Date: Tue, 11 Apr 2023 03:50:19 +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: lh_mouse at 126 dot com 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: 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 #2 from LIU Hao --- shouldn't this be classified as wrong code?=