-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test build JDK8 on GCC11 #3758
Comments
Running with Building a hotspot variant from the command line on aarch64 with CC and CXX set to the versions in /usr/local/gcc11/bin on the CentOS7 container also didn't work. Same build with gcc-7.5 hit issues too though, so more investigation required to build from the branch. |
OK GCC 10.3 works ok, 11.2 does not. I've tried with an 11.3 build and that has the same issues as 11.2: |
With GCC13.2 I get this: Noting that by removing
|
Revisiting now that the PR in the original comment has been merged into jdk8u-dev.
Memo to self: The above run was with:
|
Should be possible with the patch from openjdk/jdk8u-dev#357 (comment)
The text was updated successfully, but these errors were encountered: