tree-ssa-uninit.c
60.5 KB
-
re PR tree-optimization/57149 (wrong -Wmaybe-uninitialized warning with -Os) · ba7e83f8
PR tree-optimization/57149 * tree-ssa-uninit.c (uninit_undefined_value_p): New inline. (can_skip_redundant_opnd, compute_uninit_opnds_pos, collect_phi_def_edges, execute_late_warn_uninitialized): Use uninit_undefined_value_p instead of ssa_undefined_value_p. * gcc.dg/pr57149.c: New test. From-SVN: r198671
Jakub Jelinek committed