8382481: GenShen: Compilation failure using GCC 14#30805
8382481: GenShen: Compilation failure using GCC 14#30805earthling-amzn wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back wkemper! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@earthling-amzn The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
|
The total number of required reviews for this PR has been set to 2 based on the presence of this label: |
|
We also noticed this error in Jenkins pipeline, but with GCC13. |
|
Closing without integrating in favor of #30784 |
GCC 14's deeper inlining optimizations interact badly with
stringop-overflowhere. It falsely detects that the region pointer could be null. Simplest fix is to just add anullptrcheck for it. Alternatively, should we consider disabling this warning? The Linux kernel has: https://www.phoronix.com/news/Linux-Drop-GCC--Wstringop-of.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30805/head:pull/30805$ git checkout pull/30805Update a local copy of the PR:
$ git checkout pull/30805$ git pull https://git.openjdk.org/jdk.git pull/30805/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30805View PR using the GUI difftool:
$ git pr show -t 30805Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30805.diff
Using Webrev
Link to Webrev Comment