search for: __result

Displaying 10 results from an estimated 10 matches for "__result".

Did you mean: _result
2005 Mar 20
1
asterisk-1.0.7 make install on fedora corre 3 give errors
I am trying to install asterisk on fedora core 3 these are the steps i took: 1. download asterisk-1.0.7.tar.gz 2. make clean and make install and then it gives me these errors: "{standard input}:9975: Error: symbol `i' is already defined {standard input}:9978: Error: symbol `__result' is already defined {standard input}:9979: Error: symbol `__result' is already defined {standard input}:9981: Error: symbol `__result' is already defined {standard input}:9982: Error: symbol `__result' is already defined {standard input}:9984: Error: symbol `__result' is already...
2005 Feb 09
1
build error on samba 3.0.11 to be domain member w/ W2k ADS
...here (not in a function) client/clitar.c:1775: error: `Optind' undeclared here (not in a function) client/clitar.c:1775: error: `__s2' undeclared here (not in a function) client/clitar.c:1775: error: parse error before "if" client/clitar.c:1775: error: conflicting declarations of `__result' client/clitar.c:1775: error: `__result' previously defined here client/clitar.c:1775: warning: data definition has no type or storage class client/clitar.c:1775: error: parse error before '}' token client/clitar.c:1775: error: conflicting declarations of `__result' client/clita...
2025 May 09
2
array-bound error with GCC 13/14
...lity_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);
2025 May 09
1
array-bound error with GCC 13/14
...> /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); The same problem (different reproducer, slightly different warning, but same place in the standard library and similar circumstances) has been reported as a false positive in GCC, Bug 109717: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109717 There are comments by...
2025 May 09
1
array-bound error with GCC 13/14
...++/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); > > The same problem (different reproducer, slightly different warning, but > same place in the standard library and similar circumstances) has been > reported as a false positive in GCC, Bug 109717: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109717...
2025 May 12
1
array-bound error with GCC 13/14
...sr/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); Perhaps you could try creating a minimal reproducible example, standalone C++ program, which still reproduces the warning, and report to GCC (or libstdc++). You may get a response it is a duplicate of the bug Ivan identified, but it still might be useful to have t...
2008 Mar 11
1
Rtools and GCC4 problem
...p, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector< _Tp, _Alloc>&) [with _Tp = std::string, _Alloc = std::allocator<std::string>]': c:/src/R/Rtools/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/ 3.4.5/bits/stl_vector.h:7 15: warning: '__result' might be used uninitialized in this function c:/src/R/Rtools/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/ 3.4.5/bits/stl_uninitiali zed.h:82: warning: '__cur' might be used uninitialized in this function c:/src/R/Rtools/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../incl...
2020 Mar 03
6
Upgrade 4.9 -> 4.11 oups
Hello ! I decided to upgrade my fileservers from stretch/samba 4.9 to buster/samba 4.11 I just realized that smbd is not working anymore :-/ If someone has an idea It would be amazing... as an idiot, I upgraded my 20 servers.... without snapshot.... Thank you so much Here's some logs : root at ef113:~# tail /var/log/samba/log.smbd #1
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...((__nothrow__)) __attribute__ ((__nonnull__ (1))); struct random_data { int32_t *fptr; int32_t *rptr; int32_t *state; int rand_type; int rand_deg; int rand_sep; int32_t *end_ptr; }; extern int random_r (struct random_data *__restrict __buf, int32_t *__restrict __result) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2))); extern int srandom_r (unsigned int __seed, struct random_data *__buf) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2))); extern int initstate_r (unsigned int __seed, char *__restrict __statebuf, size_t __stat...