RFR: 8308283: Build failure with gcc 13.1.0
xpbob
duke at openjdk.org
Wed May 17 12:33:56 UTC 2023
configure --enable-debug
error: infinite recursion detected [-Werror=infinite-recursion]
193 | void VMError::reattempt_test_hit_stack_limit(outputStream* st)
configure
java.desktop/share/native/libharfbuzz/graph/../hb-ot-layout-common.hh:1161:24: error: possibly dangling reference to a temporary [-Werror=dangling-reference]
1161 | const LangSys& l = this+_.second.offset;
-------------
Commit messages:
- 8308283: Build failure with gcc 13.1.0
Changes: https://git.openjdk.org/jdk/pull/14032/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14032&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8308283
Stats: 13 lines in 4 files changed: 12 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/14032.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14032/head:pull/14032
PR: https://git.openjdk.org/jdk/pull/14032
More information about the build-dev
mailing list