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: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Janis Johnson <janis187 at us dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 08 Jan 2003 23:15:26 +0100
- Subject: Re: Blitz, Boost, FTensor failures with new C++ parser
- Organization: Integrable Solutions
- References: <20030108140733.A21801@us.ibm.com>
Janis Johnson <janis187@us.ibm.com> writes:
| 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?
Some features have been depecreated in previous releases and nominated
for removal in future releases.
It would be interesting to see the kind of deprecated features that have
been removed and are causing you troubles. Implicit typename for
example have proven to make us generated *wrong code for valid
programs*, which questions the feature in the first place.
Boost is an actively developed library, the authors of which track
standard conformance.
-- Gaby