[jdk11u-dev] RFR: 8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized warning in libfdlibm k_rem_pio2.c
Christoph Langer
clanger at openjdk.org
Mon May 27 22:36:11 UTC 2024
On Tue, 14 May 2024 15:34:44 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.
>
> Thanks all for the review and approved.
@sendaoYan would you mind to integrate this today to have it in 11.0.24?
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2709#issuecomment-2134108934
More information about the jdk-updates-dev
mailing list