This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Mystery solved; zero FAILs again with mainline on freebsd5
- From: Paolo Carlini <pcarlini at suse dot de>
- To: rittle at labs dot mot dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 08 Feb 2005 00:12:11 +0100
- Subject: Re: Mystery solved; zero FAILs again with mainline on freebsd5
- References: <200502072257.j17MvfOx027296@latour.waar.labs.mot.com>
Loren James Rittle wrote:
... As committed since
location of memory allocation is not at issue in these tests.
Also, to me, using static variables like this sounds a bit "weird" and
uncommon elsewhere in the testsuite. Can't we just dynamically
allocate via new/delete?
Sorry, for bothering *two* times... ;)
Paolo.