RFR: 8315794: RISC-V: build fails with GCC 12.3
Kim Barrett
kbarrett at openjdk.org
Thu Sep 7 18:34:40 UTC 2023
On Wed, 6 Sep 2023 14:29:56 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?
The fix for [JDK-8294031](https://bugs.openjdk.org/browse/JDK-8294031) was to make various error reporting functions `[[noreturn]]`. Is there perhaps a missing `[[noreturn]]` in the RISC-V code? Or is there some other statically apparent but never actually taken code path? Also, does the failure happen in release builds, or only (fast)debug builds? More details about the failure would be helpful.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15593#issuecomment-1710604045
More information about the build-dev
mailing list