The class IdealLoopTree has several data members of type Node*. The constructor initializes these to 0, triggering -Wzero-as-null-pointer-constant when that warning is enabled.
- blocks
-
JDK-8332189 Enable -Wzero-as-null-pointer-constant for gcc
- Open