search for: literang

Displaying 4 results from an estimated 4 matches for "literang".

Did you mean: literate
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 implem...
2025 May 12
1
array-bound error with GCC 13/14
On 5/9/25 03:09, Stephen Wade wrote: > 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...
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 re...
2025 May 09
1
array-bound error with GCC 13/14
...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_memmove(void*, const void*, long unsigned int)? writing > > between 9 and 922337203685477...