Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-01-16 18:26:18


Martin Wille <mw8329_at_[hidden]> writes:

> Hi,
>
> We have currently have a few regressions on Linux:
>
>
> conversion: lexical_cast_test fails for intel 7.1 and intel 8.0
>
> multi_array: several tests fail for gcc-2.95.3-stlport-4.5.3
>
> utility: counting_iterator_example fails for gcc-2.95.3-stlport-4.5.3

Don't know what to say about these last two. "(remainder deleted
because of excessive size)" makes it kinda hard to even guess at the
multi array problem, and counting_iterator_example?

   /home/BOOST/head-regression/boost/boost/iterator/indirect_iterator.hpp:127: `x' undeclared (first use this function)

Gimme a break!

  template <class Iter>
  inline
  indirect_iterator<Iter> make_indirect_iterator(Iter x)
  { //------------------------------------------------^ !!!
    return indirect_iterator<Iter>(x);
  }

So, I don't know what to say about that. My impression is that
gcc-2.9x is just choking on the long symbol names we get with STLPort
debug mode. You might try turning that off.

> It also seems not all issues wrt to ios and the standard library
> shipped with gcc-2.95.3 have been sorted out. E.g. several
> ios_state tests fails due to missing standard #include files.
>
>
> Regards,
> m
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk