On Tue, 4 Mar 2025 11:31:03 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> This is a trivial (no pun intended) follow-up to > [JDK-8345627](https://bugs.openjdk.org/browse/JDK-8345627), which just > enables the -ftrivial-auto-var-init=pattern on debug builds for clang too. In > contrast to gcc, the clang option did not trigger any additional warnings, so > it is just about enabling the flag for debug builds. This pull request has now been integrated. Changeset: 4aa4b464 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/4aa4b46440dcdb0c7707cc145171a45a9f895c07 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8351154: Use -ftrivial-auto-var-init=pattern for clang too Reviewed-by: kbarrett, erikj ------------- PR: https://git.openjdk.org/jdk/pull/23892