https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69948
Bug ID: 69948 Summary: Parallelize loops containing phis with addr_exprs Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: vries at gcc dot gnu.org Target Milestone: --- Here ( https://gcc.gnu.org/ml/gcc-patches/2016-01/msg00524.html ) we fix PR69062: "Don't parallelize loops containing phis with addr_exprs" conservatively. However, we want to fix it optimally, by handling phis with addr_exprs in eliminate_local_variables.