From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6723 invoked by alias); 10 Dec 2001 03:25:35 -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 31466 invoked from network); 10 Dec 2001 03:24:18 -0000 Received: from unknown (HELO localhost.localdomain) (62.30.164.150) by sources.redhat.com with SMTP; 10 Dec 2001 03:24:18 -0000 Received: (from jason@localhost) by localhost.localdomain (8.11.6/8.11.6) id fBA3Lqs16747; Mon, 10 Dec 2001 03:21:52 GMT X-Authentication-Warning: localhost.localdomain: jason set sender to jason@redhat.com using -f To: "John David Anglin" Cc: gcc-patches@gcc.gnu.org, mark@codesourcery.com, libstdc++@gcc.gnu.org Subject: Re: Unreviewed C++ patch for PA (HP assembler) References: <200112081728.fB8HS2B6012150@hiauly1.hia.nrc.ca> From: Jason Merrill In-Reply-To: <200112081728.fB8HS2B6012150@hiauly1.hia.nrc.ca> ("John David Anglin"'s message of "Sat, 8 Dec 2001 12:28:02 -0500 (EST)") Date: Sun, 09 Dec 2001 19:25:00 -0000 Message-ID: User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg01054.txt.bz2 >>>>> "John" == John David Anglin writes: > -template class std::__malloc_alloc_template<0>; > #ifndef __USE_MALLOC > template class std::__default_alloc_template; > #endif I'd remove the other explicit instantiation, too. If that doesn't break things for you, go ahead and check it in on the trunk. Jason