From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 447673858C98; Thu, 21 Mar 2024 17:55:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 447673858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711043721; bh=rpzovGm3enXadUTV4luEgygohx44PfyaPsxl6NK2kkk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dbM5pLVNyQLqHGfz247wiwbeTIXTyeHDVSi6R1EyyesZ7soQsHpLh9VsvTRmCGWuk 1EyJwigvvqaBrOLrWFq3EB8z40+lpx45H6YL/cKw2xrGmA0ZencEzQjWHwAf0m+NZX 5NsdqC6JJGjZNXR1N344NlinHKLxowbNN3QoDJUA= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110323] [11/12/13 Regression] Code for explicit instantiation of template method of template class not generated Date: Thu, 21 Mar 2024 17:55:21 +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: mpolacek at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] Code |Code for explicit |for explicit instantiation |instantiation of template |of template method of |method of template class |template class not |not generated |generated --- Comment #11 from Marek Polacek --- Fixed on trunk so far.=