On Fri, 17 Apr 2026 04:51:31 GMT, Hao Sun <[email protected]> wrote:

> It's a weird GCC bug. See the previous discussion in [1].

Hi, is there a link to a GCC bug (e.g. GNU bugzilla) causing this ?
https://bugs.openjdk.org/browse/JDK-8320212  looks indeed similar
(`atomic_linux_zero.hpp:147:16: error: 'long unsigned int __atomic_load_8(const 
volatile void*, int)' writing 8 bytes into a region of size 0 overflows the 
destination [-Werror=stringop-overflow=`])

Any idea why we see this only on Linux aarch64  (we use the same GCC 14 version 
on Linux ppc64le and Linux x86_64 too) ?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/30784#issuecomment-4266725576

Reply via email to