From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18284 invoked by alias); 4 Dec 2001 16:25:30 -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 18115 invoked from network); 4 Dec 2001 16:25:27 -0000 Received: from unknown (HELO localhost.localdomain) (195.224.55.237) by sources.redhat.com with SMTP; 4 Dec 2001 16:25:27 -0000 Received: (from jason@localhost) by localhost.localdomain (8.11.6/8.11.6) id fB4GPC329291; Tue, 4 Dec 2001 16:25:12 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: <200112032220.fB3MKik3029309@hiauly1.hia.nrc.ca> From: Jason Merrill In-Reply-To: <200112032220.fB3MKik3029309@hiauly1.hia.nrc.ca> ("John David Anglin"'s message of "Mon, 3 Dec 2001 17:20:44 -0500 (EST)") Date: Tue, 04 Dec 2001 08: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/msg00340.txt.bz2 >>>>> "John" == John David Anglin writes: > The difference between the g++ testsuite results with the gnu and HP > assemblers is now much less than when I first looked at it a few months > ago. There are now only two additional FAILs with the HP assembler: > g++.brendan/union1.C > as: error 7403: undefined label - _ZZ4hashdE5asint (7403) Hmm, this is a target-independent bug that is only caught on the PA because of assembler pedanticism. I'll make the test linkable so the failure shows up on other targets, too. > g++.jason/template31.C > /usr/ccs/bin/ld: Duplicate symbol "std::__malloc_alloc_template<0>::__malloc_alloc_oom_handler" in files /var/tmp//cc8IHMur.o and /xxx/gnu/gcc-3.1/objdir/hppa2.0w-hp-hpux11.11//libstdc++-v3/src/.libs/libstdc++.a(stl-inst.o) Try removing the explicit instantiations from the testcase. Jason