This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: V3 Testsuite Patch: instantiations for bitmap_allocator tests
- From: Paolo Carlini <pcarlini at suse dot de>
- To: mark at codesourcery dot com
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org,dave dot anglin at nrc-cnrc dot gc dot ca
- Date: Sun, 17 Apr 2005 10:02:16 +0200
- Subject: Re: V3 Testsuite Patch: instantiations for bitmap_allocator tests
- References: <200504170449.j3H4nKuS018396@sirius.codesourcery.com>
Mark Mitchell wrote:
>Dave Anglin has reported some testsuite failures on AIX 4.3.3, which
>is a system without weak symbols.
>
Actually, this is probably my fault: recently in mainline I removed most
of those explicit memory allocation, definitely not needed anymore when
the default memory allocator is used (due to a mix of reasons, among
which the configury bits that only enable mt_allocator on selected
platforms).
However, an annoying special case here are the ext/*allocator tests
themselves, that in general test all the allocators on all the
platforms: maybe we have to readd a few explicit instantiations also
elsewhere, these changes are OK with me in advance.
Thanks,
Paolo.