This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/83017] DO CONCURRENT not parallelizing


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83017

--- Comment #16 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Fri Nov 17 13:36:37 2017
New Revision: 254869

URL: https://gcc.gnu.org/viewcvs?rev=254869&root=gcc&view=rev
Log:
2017-11-17  Richard Biener  <rguenther@suse.de>

        PR fortran/83017
        * tree-core.h (enum annot_expr_kind): Add annot_expr_parallel_kind.
        * tree-pretty-print.c (dump_generic_node): Handle
        annot_expr_parallel_kind.
        * tree-cfg.c (replace_loop_annotate_in_block): Likewise.
        * gimplify.c (gimple_boolify): Likewise.

        fortran/
        * trans-stmt.c (gfc_trans_forall_loop): Annotate DO CONCURRENT
        loops with annot_expr_parallel_kind instead of just
        annot_expr_ivdep_kind.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-stmt.c
    trunk/gcc/gimplify.c
    trunk/gcc/tree-cfg.c
    trunk/gcc/tree-core.h
    trunk/gcc/tree-pretty-print.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]