search for: stephematician

Displaying 3 results from an estimated 3 matches for "stephematician".

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*,...
2025 May 09
1
array-bound error with GCC 13/14
...er or not there is a bug in gcc is moot -- you'll need to find a way to avoid triggering this issue in your package code. Best, Kevin On Fri, May 9, 2025 at 6:18?AM Ivan Krylov via R-devel <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_mem...
2025 May 09
2
array-bound error with GCC 13/14
The literanger package is no longer passing on CRAN (https://CRAN.R-project.org/package=literanger) due to array-bound warnings in GCC 13.3 and 14.2 (more details below). This _looks_ to me like one of either a) a compiler bug, b) a false positive, or c) (very unlikely) something in the standard library implementation. Have others seen warnings like this recently, and if so, what have you done