RFR: 8315794: RISC-V: build fails with GCC 12.3 [v2]

Antonios Printezis tonyp at openjdk.org
Mon Oct 23 22:42:49 UTC 2023


On Tue, 19 Sep 2023 14:14:35 GMT, Antonios Printezis <tonyp at openjdk.org> wrote:

>> The build failure happens when building on RISC-V with GCC 12.3. Is there a better way to address this than disabling the stringop-overflow warnings for the two files in question?
>
> Antonios Printezis has updated the pull request incrementally with one additional commit since the last revision:
> 
>   changes based on code review feedback

I'm actually going to close this. The issue seems to have disappeared. I did review some of the changes that went in and I'm not sure which one is responsible for fixing it. But I can build the current HEAD on both a RISC-V vm and my VisionFive 2 board with GCC 12.3 and with no failures.

If it re-occurs, the fix suggested by @stefank is probably the best trade-off.

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

PR Comment: https://git.openjdk.org/jdk/pull/15593#issuecomment-1776133936


More information about the hotspot-gc-dev mailing list