[jdk11u-dev] Integrated: 8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized warning in libfdlibm k_rem_pio2.c
SendaoYan
syan at openjdk.org
Tue May 28 05:20:04 UTC 2024
On Mon, 13 May 2024 13:07:12 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
> This is backport of [JDK-8293887](https://bugs.openjdk.org/browse/JDK-8293887). It's not clean backport, because the file `make/lib/CoreLibraries.gmk` has been moved to `make/modules/java.base/lib/CoreLibraries.gmk`
>
> Thanks!
>
>
> Make test list:
>
> - [x] linux x64 gcc10
> - [x] linux x64 gcc13
> - [x] linux aarch64 gcc10
> - [x] linux aarch64 gcc13
> - [x] linux riscv64 gcc13
>
>
> [make-linux-aarch64-gcc10.log](https://github.com/openjdk/jdk11u-dev/files/15295807/make-linux-aarch64-gcc10.log)
> [make-linux-aarch64-gcc13.log](https://github.com/openjdk/jdk11u-dev/files/15295808/make-linux-aarch64-gcc13.log)
> [make-linux-x64-gcc10.log](https://github.com/openjdk/jdk11u-dev/files/15295809/make-linux-x64-gcc10.log)
> [make-linux-x64-gcc13.log](https://github.com/openjdk/jdk11u-dev/files/15295810/make-linux-x64-gcc13.log)
> [make-linux-riscv64-gcc13.log](https://github.com/openjdk/jdk11u-dev/files/15295880/make-linux-riscv64-gcc13.log)
>
> linux riscv64 gcc13 build jdk11u-dev failure because other reasons, the `k_rem_pio2.c` file not longer compile fail after this PR.
This pull request has now been integrated.
Changeset: 8a489e58
Author: SendaoYan <syan at openjdk.org>
Committer: Christoph Langer <clanger at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/8a489e58b37611f4088efe19b2a43a9e54f7866d
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized warning in libfdlibm k_rem_pio2.c
Reviewed-by: aph, phh
Backport-of: 02ea338177df781912dc782e32200eaf4731a0da
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2709
More information about the jdk-updates-dev
mailing list