This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed C++ patch for PA (HP assembler)
- From: Jason Merrill <jason at redhat dot com>
- To: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: gcc-patches at gcc dot gnu dot org, mark at codesourcery dot com, libstdc++ at gcc dot gnu dot org
- Date: Tue, 04 Dec 2001 10:58:47 +0000
- Subject: Re: Unreviewed C++ patch for PA (HP assembler)
- References: <200112032220.fB3MKik3029309@hiauly1.hia.nrc.ca>
>>>>> "John" == John David Anglin <dave@hiauly1.hia.nrc.ca> 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