This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Blitz, Boost, FTensor failures with new C++ parser
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Theodore Papadopoulo <Theodore dot Papadopoulo at sophia dot inria dot fr>
- Cc: Janis Johnson <janis187 at us dot ibm dot com>, gcc at gcc dot gnu dot org
- Date: Thu, 9 Jan 2003 10:39:37 -0800
- Subject: Re: Blitz, Boost, FTensor failures with new C++ parser
- References: <20030108140733.A21801@us.ibm.com> <200301090951.h099pLM5021232@mururoa.inria.fr>
On Thu, Jan 09, 2003 at 10:51:21AM +0100, Theodore Papadopoulo wrote:
>
> janis187@us.ibm.com said:
> > I've been building and testing Blitz, Boost, and FTensor occasionally
> > with the mainline on powerpc64-linux. Yesterday Blitz and FTensor
> > failed to build and Boost had new test errors, and I just confirmed
> > that they have the same problems today on i686-linux. Blitz, at
> > least, gets a lot of warnings about using deprecated features. These
> > should all continue to work with the new parser, shouldn't they,
> > particularly the ones that have been release criteria for GCC 3.x?
>
> Take the cvs version of blitz from sourceforge, unless I made some
> mistakes, it should compile perfectly.
Thanks, I tried it with the mainline on i686-pc-linux-gnu and
powerpc64-unknown-linux-gnu and all of the tests succeeded. I'll
contact the Blitz development list about a couple of nits and to
ask if they can provide a snapshot for us to download.
Janis