On 04/21/14 10:57, David Malcolm wrote:
gcc/
        * omp-low.c (finalize_task_copyfn): Strengthen local "bind" from
        plain gimple to gimple_bind.
        (lower_rec_input_clauses): Strengthen local "g" from
        plain gimple to gimple_assign.
        (lower_lastprivate_clauses): Likewise for "stmt" to gimple_cond
        and "g" to gimple_call.
        (expand_omp_for_init_vars): Likewise, for two decls of "stmt" to
        gimple_assign.
        (expand_omp_atomic_pipeline): Likewise for one decl of "stmt".
        (expand_omp_atomic_mutex): Likewise.
        (lower_omp_master): Likewise for "x" to gimple_call.
        (lower_omp_ordered): Likewise.
OK once prerequisites have gone in.

jeff

Reply via email to