From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2164 invoked by alias); 3 Dec 2001 22:49:51 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 2039 invoked from network); 3 Dec 2001 22:49:46 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 3 Dec 2001 22:49:46 -0000 Received: from taarna.cygnus.com (taarna.cygnus.com [205.180.230.102]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA15930; Mon, 3 Dec 2001 14:49:43 -0800 (PST) Received: (bkoz@localhost) by taarna.cygnus.com (SMI-8.6/8.6.4) id OAA26403; Mon, 3 Dec 2001 14:49:43 -0800 Date: Mon, 03 Dec 2001 14:49:00 -0000 From: Benjamin Kosnik X-Sender: bkoz@taarna.cygnus.com To: John David Anglin cc: John David Anglin , jason@redhat.com, gcc-patches@gcc.gnu.org, mark@codesourcery.com, libstdc++@gcc.gnu.org Subject: Re: Unreviewed C++ patch for PA (HP assembler) In-Reply-To: <200112032220.fB3MKik3029309@hiauly1.hia.nrc.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-12/txt/msg00250.txt.bz2 John can you try this please? 2001-12-03 Benjamin Kosnik * src/string-inst.cc: Add static data member instantiations. Index: src/string-inst.cc =================================================================== RCS file: /cvs/gcc/gcc/libstdc++-v3/src/string-inst.cc,v retrieving revision 1.19 diff -c -p -r1.19 string-inst.cc *** string-inst.cc 2001/10/31 08:27:20 1.19 --- string-inst.cc 2001/12/03 22:48:06 *************** namespace std *** 46,51 **** --- 46,52 ---- typedef basic_string S; template class basic_string; + template const C S::_Rep::_S_terminal; template S::size_type S::_Rep::_S_max_size; template S operator+(const C*, const S&)