This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: testsuite_allocator.h vs anonymous namespace
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 22 May 2007 11:39:19 +0200
- Subject: Re: testsuite_allocator.h vs anonymous namespace
- References: <4651F33E.50306@suse.de>
A bit of debugging revealed that in such cases the test begins and
(let's consider for example ext/array_allocator/check_new.cc), the
new_called boolean, in the anonymous namespace, has not been initialed
to false. Any idea what may be going wrong?
Maybe order-of-initialization issues?
I don't know, off hand.
-benjamin