[Bug tree-optimization/69948] New: Parallelize loops containing phis with addr_exprs

vries at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 24 22:45:00 GMT 2016


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.


More information about the Gcc-bugs mailing list