[jdk17u-dev] RFR: 8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized warning in libfdlibm k_rem_pio2.c

Dan Lutker duke at openjdk.org
Fri Mar 31 20:23:29 UTC 2023


On Thu, 30 Mar 2023 23:56:53 GMT, Dan Lutker <duke at openjdk.org> wrote:

> Trivial backport to support building GCC 12 on Aarch64. Backport was not clean because jdk17 does not have support to disable warnings at the per file level and must disable the warning for the module.
> 
> Successfully build on Linux x64 and aarc64 with gcc 12.2.0.

I'd be happy to backport https://github.com/openjdk/jdk/commit/e45f3d5176e4affaa08480b560ca983fdbcb2846 and then we can cleanly disable warnings per file.

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/1231#issuecomment-1492567108


More information about the jdk-updates-dev mailing list