https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124980
Bug ID: 124980
Summary: pass_uncprop at -Og does nothing
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Keywords: internal-improvement
Severity: enhancement
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
Target Milestone: ---
pass_uncprop has:
bool gate (function *) final override { return flag_tree_dom != 0; }
But there is no pass_dominator in the -Og pipeline.
