[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 19:08:22 UTC 2023
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.
-------------
Commit messages:
- Backport 02ea338177df781912dc782e32200eaf4731a0da
Changes: https://git.openjdk.org/jdk17u-dev/pull/1231/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1231&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8293887
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/1231.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/1231/head:pull/1231
PR: https://git.openjdk.org/jdk17u-dev/pull/1231
More information about the jdk-updates-dev
mailing list