Displaying 4 results from an estimated 4 matches for "utility_math".
2025 May 09
2
array-bound error with GCC 13/14
...djusted(n_pvalue, 0);
/* Do some other stuff */
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,...
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...
2025 May 09
1
array-bound error with GCC 13/14
...<r-devel at r-project.org> wrote:
>
> ? 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=]
> &g...
2025 May 12
1
array-bound error with GCC 13/14
...*/
> 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 | _...