-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b13
gcc12 has added -ftrivial-auto-var-init=<choice>, which specifies how automatic variables without an initializer should be initialized. The default choice is "uninitialized", which is the default C/C++ behavior. Alternatives are "pattern" and "zero". For improved debugging, helping to detect uninitialized uses, the "pattern" choice should be used.
- clones
-
JDK-8287122 Use gcc12 -ftrivial-auto-var-init=pattern in debug builds
-
- Closed
-
- relates to
-
JDK-8351233 [ASAN] avx2-emu-funcs.hpp:151:20: error: ‘D.82188’ is used uninitialized
-
- Resolved
-
-
JDK-8351263 [RISC-V] cross build fails after JDK-8345627
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/fae37aaa
-
Review(master) openjdk/jdk/22691