This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Blitz, Boost, FTensor failures with new C++ parser


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]