From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17198 invoked by alias); 16 Sep 2002 19:16:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 17147 invoked by uid 71); 16 Sep 2002 19:16:02 -0000 Resent-Date: 16 Sep 2002 19:16:02 -0000 Resent-Message-ID: <20020916191602.17146.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, mkjyg@charter.net Resent-Reply-To: gcc-gnats@gcc.gnu.org, michael_gu@maxtor.com Received: (qmail 16964 invoked by uid 61); 16 Sep 2002 19:14:28 -0000 Message-Id: <20020916191428.16963.qmail@sources.redhat.com> Date: Mon, 16 Sep 2002 12:16:00 -0000 From: michael_gu@maxtor.com Reply-To: michael_gu@maxtor.com To: gcc-gnats@gcc.gnu.org Cc: mkjyg@charter.net X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: mkjyg@charter.net Subject: middle-end/7934: definition of static member for template class missing in obj file X-SW-Source: 2002-09/txt/msg00464.txt.bz2 List-Id: >Number: 7934 >Category: middle-end >Synopsis: definition of static member for template class missing in obj file >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Mon Sep 16 12:16:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael Gu >Release: gcc 3.1.1 (gcc or g++ compiler for C++) >Organization: >Environment: hp-ux 11 >Description: The definition of a static data member of a template class seems to be missing in produced obj file. HP's LD will report unresolved symbol for that static member. nm of the object file find the symbol to be 'U'. The same version on SunOS seems to work fine as there is a week object defined in object file. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: