From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28475 invoked by alias); 30 Jun 2005 23:26:13 -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 28435 invoked by uid 48); 30 Jun 2005 23:26:08 -0000 Date: Thu, 30 Jun 2005 23:26:00 -0000 Message-ID: <20050630232608.28434.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" 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/msg03651.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-30 23:26 ------- Explicit instantiation should not instantitate the symbols defined later after the explicit instatntiation see PR 21118, but this is a weird problem as we now have a symbol defined afterwards which is used by the already instantiatied template. -- What |Removed |Added ---------------------------------------------------------------------------- GCC build triplet|sparc-sun-solaris2.9 | GCC host triplet|sparc-sun-solaris2.9 | GCC target triplet|sparc-sun-solaris2.9 | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22263