-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b02
-
Fix failed
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.
- is cloned by
-
JDK-8345627 [REDO] Use gcc12 -ftrivial-auto-var-init=pattern in debug builds
- New
- relates to
-
JDK-8345628 [BACKOUT] JDK-8287122 Use gcc12 -ftrivial-auto-var-init=pattern in debug builds
- Resolved
-
JDK-8345626 Build fails with fatal error: DEBUG_CFLAGS_JDK: No such file or directory
- Closed
- links to
-
Commit(master) openjdk/jdk/41c8971c
-
Review(master) openjdk/jdk/22587