[jdk8u-dev] RFR: 8207011: Remove uses of the register storage class specifier
Jan Kratochvil
jkratochvil at openjdk.org
Mon May 27 11:46:09 UTC 2024
On Mon, 27 May 2024 06:39:23 GMT, Jan Kratochvil <jkratochvil at openjdk.org> wrote:
> Make jdk8 natively buildable on a recent Linux system (tested Fedora 40 = gcc-14.1).
> Cherry-pick was not clean but removing **register** is a simple task.
> There will be 8 backports needed.
There should be `-std=gnu++98` but for some reason some (all?) source files do not use it, to be investigated more.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/508#issuecomment-2133301621
More information about the jdk8u-dev
mailing list