This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Another new-parser problem? (libstdc++)
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: <gcc at gcc dot gnu dot org>
- Cc: Mark Mitchell <mark at codesourcery dot com>
- Date: Fri, 17 Jan 2003 11:26:29 +0100 (CET)
- Subject: Another new-parser problem? (libstdc++)
Hi!
Does the following look familiar to anyone? (with todays mainline)
/home/rguenth/ix86/gcc3.4/include/c++/3.4/bits/stl_vector.h: In
instantiation of `std::_Vector_alloc_base<Observer<T*>*, std::allocator<Observer<T*>*>,
std::_Alloc_traits<Observer<T*>*, std::allocator<Observer<T*>*> >::_S_instanceless>':
/net/bellatrix/home/rguenth/src/pooma-bugfixes/r2/src/Utilities/Observable.h:236:
instantiated from `std::_Vector_base<Observer<T*>*, std::allocator<Observer<T*>*> >'
/net/bellatrix/home/rguenth/src/pooma-bugfixes/r2/src/Utilities/Observable.h:236:
instantiated from `std::vector<Observer<T*>*, std::allocator<Observer<T*>*> >'
/net/bellatrix/home/rguenth/src/pooma-bugfixes/r2/src/Utilities/Observable.h:236:
instantiated from `Observable<T*>'
/net/bellatrix/home/rguenth/src/pooma-bugfixes/r2/src/Engine/CompressibleBlock.h:742:
instantiated from here
/home/rguenth/ix86/gcc3.4/include/c++/3.4/bits/stl_vector.h:91: error: `
std::_Vector_alloc_base<_Tp, _Allocator, _IsStatic>::_M_data_allocator'
has incomplete type
/home/rguenth/ix86/gcc3.4/include/c++/3.4/bits/stl_vector.h:91: confused
by earlier errors, bailing out
I did look at the stl_vector.h part and the _Alloc_traits template, but
nothing obvious seems to be wrong...
Thanks, Richard.
--
Richard Guenther <richard.guenther@uni-tuebingen.de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/