search for: r_chk_memset

Displaying 2 results from an estimated 2 matches for "r_chk_memset".

2024 Oct 31
2
Error compiling 87283 on Windows 10 using Rtools4.4 6335-6327
...lows it to power through, but it failed at the same point. Any thoughts or suggestions would be appreciated. This may be unrelated, but as I was monitoring the compilation, I saw an warning which I haven't seen before in the 20 or so years I've been building R on Windows: In function 'R_chk_memset', inlined from 'do_aperm' at ../main/array.c:1754:5: ../main/memory.c:3578:16: warning: 'memset' specified bound between 18446744056529682432 and 18446744073709551608 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 3578 | return n ? memset(s, c, n...
2024 Oct 31
1
Error compiling 87283 on Windows 10 using Rtools4.4 6335-6327
...Thanks Tomas > > Thank you again! > >>> This may be unrelated, but as I was monitoring the compilation, I saw >>> an warning which I haven't seen before in the 20 or so years I've been >>> building R on Windows: >>> >>> In function 'R_chk_memset', >>> inlined from 'do_aperm' at ../main/array.c:1754:5: >>> ../main/memory.c:3578:16: warning: 'memset' specified bound between >>> 18446744056529682432 and 18446744073709551608 exceeds maximum object >>> size 9223372036854775807 [-Wstr...