On Wed, 12 Oct 2022 17:00:15 GMT, Andrew Haley wrote:
>> A bug in GCC causes shared libraries linked with -ffast-math to disable
>> denormal arithmetic. This breaks Java's floating-point semantics.
>>
>> The bug is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55522
>>
>> One solution is to sav
On Tue, 18 Oct 2022 07:43:13 GMT, Florian Weimer wrote:
>> Andrew Haley has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8295159: DSO created with -ffast-math breaks Java floating-point arithmetic
>
> src/hotspot/os/linux/os_linux.cpp lin
On Thu, 29 Sep 2022 16:12:11 GMT, Aleksey Shipilev wrote:
> After [JDK-8294314](https://bugs.openjdk.org/browse/JDK-8294314), we would
> have signals_posix.cpp excluded with cast-function-type warning:
This pull request has now been integrated.
Changeset: b06f1b14
Author:Aleksey Shipilev
On Tue, 11 Oct 2022 08:18:08 GMT, Christian Hagedorn
wrote:
>> The DWARF debugging symbols emitted by Clang is different from what GCC is
>> emitting. While GCC produces a complete `.debug_aranges` section (which is
>> required in the DWARF parser), Clang does not. As a result, the DWARF parse
On Tue, 18 Oct 2022 02:35:59 GMT, Jie Fu wrote:
> Hi all,
>
> Let's disable `-Werror=strict-overflow` to get it build with gcc7 on
> Linux/x86.
>
> bytecodeAssembler.cpp
> instanceKlass.cpp
> klassVtable.cpp
>
>
> Thanks.
> Best regards,
> Jie
My CI reports the mainline failures with GCC 6
On Wed, 12 Oct 2022 17:00:15 GMT, Andrew Haley wrote:
>> A bug in GCC causes shared libraries linked with -ffast-math to disable
>> denormal arithmetic. This breaks Java's floating-point semantics.
>>
>> The bug is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55522
>>
>> One solution is to sav
On Wed, 12 Oct 2022 17:00:15 GMT, Andrew Haley wrote:
>> A bug in GCC causes shared libraries linked with -ffast-math to disable
>> denormal arithmetic. This breaks Java's floating-point semantics.
>>
>> The bug is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55522
>>
>> One solution is to sav
On Wed, 12 Oct 2022 17:00:15 GMT, Andrew Haley wrote:
>> A bug in GCC causes shared libraries linked with -ffast-math to disable
>> denormal arithmetic. This breaks Java's floating-point semantics.
>>
>> The bug is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55522
>>
>> One solution is to sav
After JDK-8294281, it is now possible to disable warnings for individual files
instead for whole libraries. I used this opportunity to go through all disabled
warnings in java.desktop native libraries.
Any warnings that were only triggered in a few files were removed from the
library as a whole
> Hi all,
>
> Let's disable `-Werror=strict-overflow` to get it build with gcc7 on
> Linux/x86.
>
> bytecodeAssembler.cpp
> instanceKlass.cpp
> klassVtable.cpp
>
>
> Thanks.
> Best regards,
> Jie
Jie Fu has updated the pull request incrementally with one additional commit
since the last revi
On Tue, 18 Oct 2022 15:21:38 GMT, Aleksey Shipilev wrote:
> Since the warning seems to be caused by the popular header, it is likely to
> break some other platforms/files through the different include paths from the
> different compilation units. The warning also looks fairly dubious, and
> pr
On Wed, 19 Oct 2022 01:51:32 GMT, Jie Fu wrote:
>> Hi all,
>>
>> Let's disable `-Werror=strict-overflow` to get it build with gcc7 on
>> Linux/x86.
>>
>> bytecodeAssembler.cpp
>> instanceKlass.cpp
>> klassVtable.cpp
>>
>>
>> Thanks.
>> Best regards,
>> Jie
>
> Jie Fu has updated the pull req
12 matches
Mail list logo