This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: TR1 testing mosh pit
- From: Ed Smith-Rowland <3dw4rd at verizon dot net>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 14 Mar 2007 09:47:25 -0400
- Subject: Re: TR1 testing mosh pit
- References: <45F22FCA.1020805@verizon.net> <45F7DD57.6070809@redhat.com>
Benjamin Kosnik wrote:
I'm going to start looking at getting some minimal version of TR1
special math in ASAP. I think we need to bite the bullet here and
start somewhere.
More details later. Paolo, I've been out so if you have more current
status or ideas please don't be shy.
best,
-benjamin
Here is a patch with the headers modernized with the new tr1 namespace
treatment and one small fix in the laguerre polynomial routine.
The testcases may still not there but I did relax them substantially and
I hope to have a double check on cygwin later today or tomorrow. I've
been having trouble getting i686-cygwin to bootstrap lately. I keep
getting to compiler unable to create executables. I'm going to start
over from scratch yet again. I use cygwin to create the worst-case
testcases because it seems most problematic.
Also, I have a patch into GSL. The Laguerre testcases won't work
without it. I'm still working on testcases for gsl ;-).
But if anyone wants the patch I can send it.
Ed