When building on RISC-V with GCC 12.3 I get the error:
writing 8 bytes into a region of size 0 overflows the destination [-Werror=stringop-overflow=]
for two files:
xPageAllocator.cpp
zPageAllocator.cpp
writing 8 bytes into a region of size 0 overflows the destination [-Werror=stringop-overflow=]
for two files:
xPageAllocator.cpp
zPageAllocator.cpp
- relates to
-
JDK-8299580 RISC-V: fail to build with GCC 12 due to stringop-overflow warning
-
- Open
-
-
JDK-8294031 GCC 12 fails to compile AArch64 due to -Wstringop-overflow
-
- Closed
-
- links to
-
Review openjdk/jdk/15593