This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++] testsuite failures on sparc biarch using -m64: tr1_impl/boost_shared_ptr.h error:
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Christian Joensson <christian dot joensson at gmail dot com>
- Cc: GCC Development <gcc at gcc dot gnu dot org>
- Date: Mon, 21 Jan 2008 12:08:36 +0100
- Subject: Re: [libstdc++] testsuite failures on sparc biarch using -m64: tr1_impl/boost_shared_ptr.h error:
- References: <5460e3330801210242o65ad38ccp6773d822074e8f59@mail.gmail.com>
Christian Joensson wrote:
> Now, is there some funny stuff going on here that I simply miss or is
> this what to expect currently?
>
I would suggest compiling the testcase outside the testsuite and having
a look to the pre-processed output. On all the other targets I have
available things are fine: <memory> includes
<bits/boost_sp_shared_count.h>, which defines _Sp_make_shared_tag in
namespace std.
I'm assuming you are seeing that when running the tests in 20_util,
because the version of shared_ptr in tr1 doesn't use that.
Paolo.