On 04/21/14 10:57, David Malcolm wrote:
gcc/
        * coretypes.h (gimple_omp_task): New typedef.
        (const_gimple_omp_task): New typedef.

        * gimple.h (gimple_statement_base::as_a_gimple_omp_task): New.
        (gimple_build_omp_task): Return a gimple_omp_task
        rather than a plain gimple.

        * gimple-pretty-print.c (dump_gimple_omp_task): Require a
        gimple_omp_task rather than a plain gimple.
        (pp_gimple_stmt_1): Add checked cast to gimple_omp_task within
        GIMPLE_OMP_TASK case of switch statement.

        * gimple.c (gimple_build_omp_task): Return a gimple_omp_task
        rather than a plain gimple.

        * omp-low.c (finalize_task_copyfn): Require a gimple_omp_task
        rather than a plain gimple.
        (delete_omp_context): Add checked cast to gimple_omp_task.
        (scan_omp_task): Strengthen local "stmt" from gimple to
        gimple_omp_task.
        (expand_task_call): Require a gimple_omp_task rather than a plain
        gimple.
        (expand_omp_taskreg): Add checked cast to gimple_omp_task.
        (create_task_copyfn): Require a gimple_omp_task rather than a
        plain gimple.
        (lower_omp_taskreg): Add checked cast to gimple_omp_task.

OK with expected changes due to renaming/updates to const handling.

Please repost the final patch for archival purposes.

Thanks,
Jeff

Reply via email to