From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14305 invoked by alias); 18 May 2002 23:17:45 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 14290 invoked from network); 18 May 2002 23:17:40 -0000 Received: from unknown (HELO smtp01.mrf.mail.rcn.net) (207.172.4.60) by sources.redhat.com with SMTP; 18 May 2002 23:17:40 -0000 Received: from 209-6-22-89.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.22.89] helo=nefarious) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.33 #10) id 179DSF-0002IQ-00; Sat, 18 May 2002 19:17:39 -0400 Message-ID: <019301c1fec1$697a98f0$6501a8c0@boostconsulting.com> Reply-To: "David Abrahams" From: "David Abrahams" To: "Martin v. Loewis" Cc: "H . J . Lu" , , "Mark Mitchell" , "Jason Merrill" , "Ralf W. Grosse-Kunstleve" , References: <9399EFBA-6833-11D6-B573-00039390D9E0@apple.com><200205151902.MAA11847@atrus.synopsys.com><20020515194330.A4449@lucon.org><080701c1fc8f$0052bdf0$6601a8c0@boostconsulting.com><20020516074304.A15205@lucon.org><015801c1feb6$a184c320$6501a8c0@boostconsulting.com> Subject: Re: Minimal GCC/Linux shared lib + EH bug example Date: Sat, 18 May 2002 19:13:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-05/txt/msg01767.txt.bz2 From: "Martin v. Loewis" > No. For template static data, it *only* emits them as .comm, not as > .weak. For initialized data that need to be merged at run-time (such > as vtables), it emits them as weak. Hmm; don't initialized instances of a template static data member need to be merged at run-time?