[jdk17u-dev] RFR: 8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized warning in libfdlibm k_rem_pio2.c
Andrew Haley
aph at openjdk.org
Fri Mar 31 20:00:26 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.
Ouch. Do we really want to turn off that warning for all of the files in the library?
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/1231#issuecomment-1492530577
More information about the jdk-updates-dev
mailing list