Re: RFR: 8351154: Use -ftrivial-auto-var-init=pattern for clang too

2025-03-04 Thread Matthias Baesken
On Tue, 4 Mar 2025 14:53:13 GMT, Magnus Ihse Bursie wrote: > @MBaesken Can you or your colleagues check that this works on AIX? A fastdebug build with the patch applied worked on AIX . - PR Comment: https://git.openjdk.org/jdk/pull/23892#issuecomment-2698127030

Re: RFR: 8351154: Use -ftrivial-auto-var-init=pattern for clang too

2025-03-04 Thread Magnus Ihse Bursie
On Tue, 4 Mar 2025 11:31:03 GMT, Magnus Ihse Bursie 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 op

Re: RFR: 8351154: Use -ftrivial-auto-var-init=pattern for clang too

2025-03-04 Thread Erik Joelsson
On Tue, 4 Mar 2025 11:31:03 GMT, Magnus Ihse Bursie 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 op

Re: RFR: 8351154: Use -ftrivial-auto-var-init=pattern for clang too

2025-03-04 Thread Kim Barrett
On Tue, 4 Mar 2025 11:31:03 GMT, Magnus Ihse Bursie 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 op