search for: __gnu_debug

Displaying 6 results from an estimated 6 matches for "__gnu_debug".

2009 Aug 28
2
[LLVMdev] can't build w/expensive checks
...from /home/regehr/z/tmp/llvm-r80385/include/llvm/ADT/StringMap.h:17, from /home/regehr/z/tmp/llvm-r80385/tools/clang/lib/Basic/../../include/clang/Basic/IdentifierTable.h:20, from Builtins.cpp:15: /usr/include/c++/4.2/debug/formatter.h: In constructor ‘__gnu_debug::_Error_formatter::_Parameter::_Parameter(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&, const char*, __gnu_debug::_Error_formatter::_Is_iterator)’: /usr/include/c++/4.2/debug/formatter.h:218: error: cannot use typeid with -fno-rtti
2010 Jun 18
1
[LLVMdev] Debug+Checks Failures
...c++/4.1.2/debug/safe_iterator.h:254:error: attempt to [x86_64-off-par]: decrement a dereferenceable (start-of-sequence) iterator. [x86_64-off-par]: [x86_64-off-par]: Objects involved in the operation: [x86_64-off-par]: iterator "this" @ 0x0x7fff1c645470 { [x86_64-off-par]: type = N11__gnu_debug14_Safe_iteratorIN9__gnu_cxx17__normal_iteratorIPPcN10__gnu_norm6vectorIS3_SaIS3_EEEEEN15__gnu_debug_def6vectorIS3_S7_EEEE (mutable iterator); [x86_64-off-par]: state = dereferenceable (start-of-sequence); [x86_64-off-par]: references sequence with type `N15__gnu_debug_def6vectorIPcSaIS1_EEE'...
2007 Jul 09
2
[LLVMdev] AsmParser fails
...ile my program crashes with the following error message: /usr/include/c++/4.1.2/debug/vector:192:error: attempt to subscript container with out-of-bounds index 0, but container only holds 0 elements. Objects involved in the operation: sequence "this" @ 0x0xbf848814 { type = N15__gnu_debug_def6vectorIPN4llvm5ValueESaIS3_EEE; } when I try to use llvm-as to assemble the whole thing, I get the same error message and a stack trace: /usr/include/c++/4.1.2/debug/vector:192:error: attempt to subscript container with out-of-bounds index 0, but container only holds 0 elements. Obje...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...e/llvm/ADT/ArrayRef.h:12, from /home/jayfoad2/git/llvm-project/llvm/include/llvm/Support/SourceMgr.h:18, from /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:15: /usr/include/c++/8/bits/stl_algo.h:5616:7: error: call to non-‘constexpr’ function ‘bool __gnu_debug::__valid_range(const _InputIterator&, const _InputIterator&) [with _InputIterator = const int*]’ __glibcxx_requires_valid_range(__first, __last); ^ In file included from /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:18, from /home/jayfoa...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...om >> /home/jayfoad2/git/llvm-project/llvm/include/llvm/Support/SourceMgr.h:18, >> from >> /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:15: >> /usr/include/c++/8/bits/stl_algo.h:5616:7: error: call to >> non-‘constexpr’ function ‘bool __gnu_debug::__valid_range(const >> _InputIterator&, const _InputIterator&) [with _InputIterator = const >> int*]’ >> __glibcxx_requires_valid_range(__first, __last); >> ^ >> In file included from >> /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT...
2019 Oct 02
2
SourceMgr vs EXPENSIVE_CHECKS
...project/llvm/include/llvm/Support/SourceMgr.h:18, >> >> from >> >> /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:15: >> >> /usr/include/c++/8/bits/stl_algo.h:5616:7: error: call to >> >> non-‘constexpr’ function ‘bool __gnu_debug::__valid_range(const >> >> _InputIterator&, const _InputIterator&) [with _InputIterator = const >> >> int*]’ >> >> __glibcxx_requires_valid_range(__first, __last); >> >> ^ >> >> In file included from >> >>...