From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4813 invoked by alias); 30 Jun 2005 23:36:39 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4512 invoked by uid 48); 30 Jun 2005 23:36:30 -0000 Date: Thu, 30 Jun 2005 23:36:00 -0000 Message-ID: <20050630233630.4511.qmail@sourceware.org> From: "sebor at roguewave dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050630231800.22263.sebor@roguewave.com> References: <20050630231800.22263.sebor@roguewave.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/22263] explicit instantiation fails to emit symbols defined later X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg03654.txt.bz2 List-Id: ------- Additional Comments From sebor at roguewave dot com 2005-06-30 23:36 ------- Sorry about the duplicate PR. I searched Bugzilla for an existing report but obviously not thoroughly enough. I'm afraid I disagree with the analysis in both PRs. From 14.7.2, p7: The explicit instantiation of a class template specialization implies the instantiation of all of its members not previously explicitly specialized in the translation unit containing the explicit instantiation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22263