Package: gcc-snapshot
Version: 20060325-1

Okay, fair enough, the headers are not in the package, but GCC
shouldn't ICE...

| dll_main.cpp:190: internal compiler error: verify_cgraph_node failed


> Automatic build of stlport4.6_4.6.2-3 on em64t by sbuild/amd64 1.112
...
> c++ -pthread -fexceptions -I../stlport -Wall -W -Wno-sign-compare -Wno-unused 
> -Wno-uninitialized -ftemplate-depth-32 -frtti -O2 -fPIC dll_main.cpp -c -o 
> ../lib/obj/GCC/ReleaseD/dll_main.o
> In file included from stlport_prefix.h:28,
>                  from dll_main.cpp:29:
> ../stlport/ctime:25:44: error: /usr/include/c++/4.2/ctime: No such file or 
> directory
> In file included from ../stlport/stl/debug/_debug.c:160,
>                  from ../stlport/stl/debug/_debug.h:418,
>                  from ../stlport/utility:40,
>                  from dll_main.cpp:35:
> ../stlport/cstdlib:25:46: error: /usr/include/c++/4.2/cstdlib: No such file 
> or directory
> In file included from ../stlport/stl/debug/_debug.c:237,
>                  from ../stlport/stl/debug/_debug.h:418,
>                  from ../stlport/utility:40,
>                  from dll_main.cpp:35:
> ../stlport/cstdarg:25:46: error: /usr/include/c++/4.2/cstdarg: No such file 
> or directory
> In file included from ../stlport/stl/debug/_debug.c:238,
>                  from ../stlport/stl/debug/_debug.h:418,
>                  from ../stlport/utility:40,
>                  from dll_main.cpp:35:
> ../stlport/cstdio:31:45: error: /usr/include/c++/4.2/cstdio: No such file or 
> directory
> In file included from ../stlport/stl/_alloc.h:31,
>                  from ../stlport/memory:32,
>                  from dll_main.cpp:38:
> ../stlport/cstddef:35:46: error: /usr/include/c++/4.2/cstddef: No such file 
> or directory
> In file included from ../stlport/stl/_alloc.h:42,
>                  from ../stlport/memory:32,
>                  from dll_main.cpp:38:
> ../stlport/cstring:25:46: error: /usr/include/c++/4.2/cstring: No such file 
> or directory
> In file included from ../stlport/stl/_new.h:50,
>                  from ../stlport/stl/_alloc.h:60,
>                  from ../stlport/memory:32,
>                  from dll_main.cpp:38:
> ../stlport/new:36:49: error: /usr/include/c++/4.2/new: No such file or 
> directory
> In file included from ../stlport/stl/_tempbuf.h:34,
>                  from ../stlport/memory:36,
>                  from dll_main.cpp:38:
> ../stlport/climits:27:46: error: /usr/include/c++/4.2/climits: No such file 
> or directory
> In file included from ../stlport/stl/_limits.h:32,
>                  from ../stlport/limits:32,
>                  from dll_main.cpp:44:
> ../stlport/cfloat:27:45: error: /usr/include/c++/4.2/cfloat: No such file or 
> directory
> In file included from ../stlport/stl/_cwchar.h:21,
>                  from ../stlport/stl/_limits.h:36,
>                  from ../stlport/limits:32,
>                  from dll_main.cpp:44:
> ../stlport/cwchar:36:45: error: /usr/include/c++/4.2/cwchar: No such file or 
> directory
> In file included from ../stlport/stl/_string.h:27,
>                  from ../stlport/string:45,
>                  from dll_main.cpp:45:
> ../stlport/cctype:26:45: error: /usr/include/c++/4.2/cctype: No such file or 
> directory
> In file included from ../stlport/stdexcept:37,
>                  from dll_main.cpp:46:
> ../stlport/exception:60:55: error: /usr/include/c++/4.2/exception: No such 
> file or directory
> In file included from ../stlport/stl/_pthread_alloc.c:37,
>                  from ../stlport/stl/_pthread_alloc.h:482,
>                  from dll_main.cpp:57:
> ../stlport/cerrno:25:45: error: /usr/include/c++/4.2/cerrno: No such file or 
> directory
> ../stlport/ctime:32: error: '__std_alias::size_t' has not been declared
> ../stlport/ctime:33: error: '__std_alias::clock_t' has not been declared
[lots of errors]
> ../stlport/stl/_algobase.c:156: error: no match for 'operator-' in '__last - 
> __first'
> ../stlport/stl/_algobase.c: In function '_RandomAccessIter 
> _STL::__find_if(_RandomAccessIter, _RandomAccessIter, _Predicate, const 
> _STL::random_access_iterator_tag&) [with _RandomAccessIter = 
> _STL::reverse_iterator<const char*>, _Predicate = 
> _STL::_Neq_char_bound<_STL::char_traits<char> >]':
> ../stlport/stl/_algobase.c:196:   instantiated from '_InputIter 
> _STL::find_if(_InputIter, _InputIter, _Predicate) [with _InputIter = 
> _STL::reverse_iterator<const char*>, _Predicate = 
> _STL::_Neq_char_bound<_STL::char_traits<char> >]'
> ../stlport/stl/_string.c:490:   instantiated from 'typename 
> _STL::basic_string<_CharT, _Traits, _Alloc>::size_type 
> _STL::basic_string<_CharT, _Traits, _Alloc>::find_last_not_of(_CharT, size_t) 
> const [with _CharT = char, _Traits = _STL::char_traits<char>, _Alloc = 
> _STL::allocator<char>]'
> dll_main.cpp:188:   instantiated from here
> ../stlport/stl/_algobase.c:156: error: no match for 'operator-' in '__last - 
> __first'
> ../stlport/stl/_algobase.c:168: warning: control reaches end of non-void 
> function
> ../stlport/stl/_algobase.c: In function '_RandomAccessIter 
> _STL::__find_if(_RandomAccessIter, _RandomAccessIter, _Predicate, const 
> _STL::random_access_iterator_tag&) [with _RandomAccessIter = 
> _STL::reverse_iterator<const char*>, _Predicate = 
> _STL::_Not_within_traits<_STL::char_traits<char> >]':
> ../stlport/stl/_algobase.c:168: warning: control reaches end of non-void 
> function
> ../stlport/stl/_algobase.c: In function '_RandomAccessIter 
> _STL::__find_if(_RandomAccessIter, _RandomAccessIter, _Predicate, const 
> _STL::random_access_iterator_tag&) [with _RandomAccessIter = 
> _STL::reverse_iterator<const char*>, _Predicate = 
> _STL::_Eq_char_bound<_STL::char_traits<char> >]':
> ../stlport/stl/_algobase.c:168: warning: control reaches end of non-void 
> function
> dll_main.cpp: At global scope:
> dll_main.cpp:190: error: inlined_to pointer is set but no predecesors found
> _Tp* _STL::vector<_Tp, _Alloc>::insert(_Tp*, const _Tp&) [with _Tp = void*, 
> _Alloc = _STL::allocator<void*>]/2080: (inline copy in _Tp* _STL::vector<_Tp, 
> _Alloc>::insert(_Tp*) [with _Tp = void*, _Alloc = 
> _STL::allocator<void*>]/558) availability:available(556) 161 insns (119 after 
> inlining) tree externally_visible finalized inlinable
>   called by: 
>   calls: _Tp* _STL::vector<_Tp, _Alloc>::begin() [with _Tp = void*, _Alloc = 
> _STL::allocator<void*>]/2081 (inlined) _Tp* _STL::vector<_Tp, _Alloc>::end() 
> [with _Tp = void*, _Alloc = _STL::allocator<void*>]/2082 (inlined) void 
> _STL::_Construct(_T1*, const _T2&) [with _T1 = void*, _T2 = void*]/2083 
> (inlined) void _STL::_Construct(_T1*, const _T2&) [with _T1 = void*, _T2 = 
> void*]/2084 (inlined) _OutputIter _STL::__copy_backward_ptrs(_InputIter, 
> _InputIter, _OutputIter, const _STL::__true_type&) [with _InputIter = void**, 
> _OutputIter = void**]/2085 (inlined) void _STL::vector<_Tp, 
> _Alloc>::_M_insert_overflow(_Tp*, const _Tp&, const _STL::__true_type&, 
> size_t, bool) [with _Tp = void*, _Alloc = _STL::allocator<void*>]/2329 
> (inlined) _Tp* _STL::vector<_Tp, _Alloc>::begin() [with _Tp = void*, _Alloc = 
> _STL::allocator<void*>]/2087 (inlined) 
> dll_main.cpp:190: internal compiler error: verify_cgraph_node failed
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> make[1]: *** [../lib/obj/GCC/ReleaseD/dll_main.o] Error 1
> make[1]: Leaving directory `/build/tbm/stlport4.6-4.6.2/src'

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to