From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6039C3857BB3; Tue, 20 Jun 2023 16:12:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6039C3857BB3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687277562; bh=KazdV4mDzqfTgYOrSBnFlEz2G7bAi24nNTnnpBWp8KQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=n7+PZnVrMt7S2hS6DXOvp7FF0nUOK5u6qeeKqYEkBClJplRTn5F9hsCVHJYyT9hG3 oobK8RS9V8JpUcf/QrVmDMPFzK+E1zSluplGvI+kmKvdrAXQXL7x0twMNQzayCAaAU LB3pmFnGp3ZX+SyLpWsS6OLaHg++fEmERNGWaYjc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110323] [11/12/13/14 Regression] Code for explicit instantiation of template method of template class not generated Date: Tue, 20 Jun 2023 16:12:42 +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: 11.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords target_milestone short_desc everconfirmed cf_reconfirmed_on bug_status bug_file_loc cf_known_to_work 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=3D110323 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code Target Milestone|--- |11.5 Summary|Code for explicit |[11/12/13/14 Regression] |instantiation of template |Code for explicit |method of template class |instantiation of template |not generated |method of template class | |not generated Ever confirmed|0 |1 Last reconfirmed| |2023-06-20 Status|UNCONFIRMED |NEW URL|https://godbolt.org/z/x4ao4 | |dxdx | Known to work|10.4.0 |10.1.0, 9.1.0 --- Comment #1 from Andrew Pinski --- Confirmed.=