Displaying 19 results from an estimated 19 matches for "stl_algobase".
2011 Jul 07
1
[LLVMdev] Sefault in llvm-mc when emitting an object file
...6/multiarch/memcpy-ssse3.S: No such file or directory.
in ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S
(gdb) bt
#0 __memmove_ssse3 () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S:160
#1 0xb785d086 in __copy_m<char> (this=0x806fae8, Asm=..., Layout=...)
at /usr/include/c++/4.5/bits/stl_algobase.h:386
#2 __copy_move_a<false, char const*, char*> (this=0x806fae8, Asm=...,
Layout=...)
at /usr/include/c++/4.5/bits/stl_algobase.h:404
#3 __copy_move_a2<false, char const*, char*> (this=0x806fae8,
Asm=..., Layout=...)
at /usr/include/c++/4.5/bits/stl_algobase.h:442
#4 copy&l...
2025 May 09
2
array-bound error with GCC 13/14
...f */
return adjusted;
}
Secondly, the warning (on my own machine, using GCC 13.2.0, which also
has this problem):
inlined from ?std::vector<double> literanger::adjust_pvalues(const
std::vector<double>&)? at ../src/literanger/utility_math.h:99:48:
/usr/include/c++/13/bits/stl_algobase.h:437:30: warning: ?void*
__builtin_memmove(void*, const void*, long unsigned int)? writing
between 9 and 9223372036854775807 bytes into a region of size 8
overflows the destination [-Wstringop-overflow=]
437 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
2005 Dec 14
2
Compilation problem - CentOS 4.2 - x86_64
...de/c++/3.4.4/bits/stl_tree.h:66,
from
/usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../include/c++/3.4.4/set:66,
from maildirkeywords.h:435,
from maildirkeywords4.cpp:9:
/usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../include/c++/3.4.4/bits/stl_algobase.h:64:28:
bits/c++config.h: No such file or directory
In file included from
/usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../include/c++/3.4.4/bits/stl_algobase.h:70,
from
/usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../include/c++/3.4.4/bits/stl_tree.h:66,
f...
2025 May 09
1
array-bound error with GCC 13/14
? Fri, 9 May 2025 11:09:22 +1000
Stephen Wade <stephematician at gmail.com> ?????:
> inlined from ?std::vector<double> literanger::adjust_pvalues(const
> std::vector<double>&)? at ../src/literanger/utility_math.h:99:48:
> /usr/include/c++/13/bits/stl_algobase.h:437:30: warning: ?void*
> __builtin_memmove(void*, const void*, long unsigned int)? writing
> between 9 and 9223372036854775807 bytes into a region of size 8
> overflows the destination [-Wstringop-overflow=]
> 437 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
Th...
2012 Aug 09
2
[LLVMdev] Compiling std::string with clang
...d from
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/string:46:
In file included from
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/char_traits.h:46:
In file included from
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_algobase.h:69:
In file included from
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/iosfwd:46:
In file included from
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/c++io.h:38:
In file included from
/usr/lib/gcc/x86_64-redhat-linux/4.1.2...
2007 Sep 18
1
[LLVMdev] 2.1 Pre-Release Available (testers needed)
> LLVM-GCC 4.0 fails on Cygwin, possibly due to lack of symbolic links.
I am trying with llvm-gcc-4.2 from svn.
Aaron
2025 May 09
1
array-bound error with GCC 13/14
...9 May 2025 11:09:22 +1000
> Stephen Wade <stephematician at gmail.com> ?????:
>
> > inlined from ?std::vector<double> literanger::adjust_pvalues(const
> > std::vector<double>&)? at ../src/literanger/utility_math.h:99:48:
> > /usr/include/c++/13/bits/stl_algobase.h:437:30: warning: ?void*
> > __builtin_memmove(void*, const void*, long unsigned int)? writing
> > between 9 and 9223372036854775807 bytes into a region of size 8
> > overflows the destination [-Wstringop-overflow=]
> > 437 | __builtin_memmove(__result, __first, size...
2025 May 12
1
array-bound error with GCC 13/14
...> Secondly, the warning (on my own machine, using GCC 13.2.0, which also
> has this problem):
>
> inlined from ?std::vector<double> literanger::adjust_pvalues(const
> std::vector<double>&)? at ../src/literanger/utility_math.h:99:48:
> /usr/include/c++/13/bits/stl_algobase.h:437:30: warning: ?void*
> __builtin_memmove(void*, const void*, long unsigned int)? writing
> between 9 and 9223372036854775807 bytes into a region of size 8
> overflows the destination [-Wstringop-overflow=]
> 437 | __builtin_memmove(__result, __first, sizeof(_Tp) * _N...
2005 May 12
0
Using string from stdlib in winemaker
...s/char_traits.h: In static member function `static
wchar_t* std::char_traits<wchar_t>::assign(wchar_t*, unsigned int,
wchar_t)
':
/usr/include/c++/3.3/bits/char_traits.h:229: error: `wmemset' undeclared
(first
use this function)
In file included from /usr/include/c++/3.3/bits/stl_algobase.h:67,
from /usr/include/c++/3.3/memory:54,
from /usr/include/c++/3.3/string:48,
from wndclass.cxx:2:
/usr/include/c++/3.3/cstdlib: At global scope:
/usr/include/c++/3.3/cstdlib:97: error: `div' not declared
/usr/include/c++/3.3/cstdlib:102: err...
2007 Jan 04
7
Hi: New SUNWqemu cvs20070102tue in the works .... rgds. -Martin
²Š'
2009 Aug 28
2
[LLVMdev] can't build w/expensive checks
...ry
`/home/regehr/z/tmp/llvm-r80385/tools/clang/lib/Basic'
llvm[4]: Compiling Builtins.cpp for Release+Checks build
llvm[2]: Linking Release+Checks executable llvm-db (without symbols)
In file included from /usr/include/c++/4.2/debug/debug.h:141,
from /usr/include/c++/4.2/bits/stl_algobase.h:78,
from /usr/include/c++/4.2/algorithm:65,
from
/home/regehr/z/tmp/llvm-r80385/include/llvm/ADT/StringRef.h:13,
from
/home/regehr/z/tmp/llvm-r80385/include/llvm/ADT/StringMap.h:17,
from
/home/regehr/z/tmp/llvm-r80385/tool...
2013 May 28
1
[LLVMdev] clang++ include problems
...om ../../libsimsoc/processors/ppc/ppc_llvm_lib.cpp:7:
> In file included from ../../libsimsoc/bitwise_operator.hpp:11:
> In file included from
> /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/vector:60:
> /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/bits/stl_algobase.h:60:10:
> fatal error:
> 'bits/c++config.h' file not found
> #include <bits/c++config.h>
> ^
> 1 error generated.
It happens systematically when including a header file from STL (in this
case vector)
that includes <bits/c++config.h>
It may be a...
2003 Sep 10
1
[LLVMdev] Warning during compilation
.../3.3.1/i586-mandrake-linux-gnu/bits/gthr.h:98,
from
/usr/include/c++/3.3.1/i586-mandrake-linux-gnu/bits/c++io.h:37,
from /usr/include/c++/3.3.1/bits/fpos.h:44,
from /usr/include/c++/3.3.1/iosfwd:49,
from /usr/include/c++/3.3.1/bits/stl_algobase.h:70,
from /usr/include/c++/3.3.1/vector:67,
from
/home/wendling/llvm/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:11,
from VM.h:10,
from Emitter.cpp:9:
/usr/include/bits/posix_opt.h:39:1: warning: this is the location of th...
2013 May 14
0
[LLVMdev] Keeping Clang from changing function calls to IR operations: cmpxchg
I'm not sure if this will do everything that you want, but it controls at
least some of these expansions at the Clang level:
tools/clang/lib/Basic/Targets.cpp
On Tue, May 14, 2013 at 3:46 PM, Dan <westdac at gmail.com> wrote:
>
> I'm working on getting the LLVM/projects/Test-Suite/UnitTest to compile
> for a target that I am developing.
>
> There is an example:
2013 May 14
2
[LLVMdev] Keeping Clang from changing function calls to IR operations: cmpxchg
I'm working on getting the LLVM/projects/Test-Suite/UnitTest to compile for
a target that I am developing.
There is an example: AtomicOps, that uses calls to:
__sync_fetch_and_add
__sync_val_compare_and_swap
__sync_lock_test_and_set
These get converted into llvm IR operations like:
atomicrmw
cmpxchg
Is there any way to keep these as function calls, as they are easier to map
to the
2012 Aug 13
0
[LLVMdev] [cfe-dev] [RFC] Extending and improving Clang's undefined behavior checking
...33
> test.cc:7:30: note: in call to 'f' here
> Illegal instruction
> $
>
> It would seems sensible to provide a common library for producing such diagnostic output and also use it in the sanitizers. Again, strawman output:
>
> /usr/include/c++/4.6.x-google/bits/stl_algobase.h:192:10: runtime error: global buffer overflow reading address 0x2b29a5e899f4
> if (__b < __a)
> ^
> <memory>:0x2b29a5e899f4: note: contents of nearby memory:
> ... e8 a5 29 2b 00 00 01 00 00 00 gg gg gg gg gg gg gg gg gg gg gg gg gg gg ...
> ~~~~~~~~...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...nt(_FIter, _FIter) [with _FIter = const int*]’ is not
usable as a ‘constexpr’ function because:
inline min_element(_ForwardIterator __first, _ForwardIterator __last)
^~~~~~~~~~~
In file included from /usr/include/c++/8/debug/debug.h:84,
from /usr/include/c++/8/bits/stl_algobase.h:69,
from /usr/include/c++/8/memory:62,
from
/home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/Optional.h:22,
from
/home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/STLExtras.h:19,
from
/home/jayfoad2/git/llvm-project/llvm...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...’ is not
>> usable as a ‘constexpr’ function because:
>> inline min_element(_ForwardIterator __first, _ForwardIterator __last)
>> ^~~~~~~~~~~
>> In file included from /usr/include/c++/8/debug/debug.h:84,
>> from /usr/include/c++/8/bits/stl_algobase.h:69,
>> from /usr/include/c++/8/memory:62,
>> from
>> /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/Optional.h:22,
>> from
>> /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/STLExtras.h:19,
>>...
2019 Oct 02
2
SourceMgr vs EXPENSIVE_CHECKS
...expr’ function because:
>> >> inline min_element(_ForwardIterator __first, _ForwardIterator __last)
>> >> ^~~~~~~~~~~
>> >> In file included from /usr/include/c++/8/debug/debug.h:84,
>> >> from /usr/include/c++/8/bits/stl_algobase.h:69,
>> >> from /usr/include/c++/8/memory:62,
>> >> from
>> >> /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/Optional.h:22,
>> >> from
>> >> /home/jayfoad2/git/llvm-project/llvm/i...