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 testsuite/85346] gfortran.dg/do_concurrent_5.f90 FAILs with --disable-libgomp


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

--- Comment #8 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Thu Apr 12 21:58:54 2018
New Revision: 259359

URL: https://gcc.gnu.org/viewcvs?rev=259359&root=gcc&view=rev
Log:
2018-04-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/83064
        PR testsuite/85346
        * trans-stmt.c (gfc_trans_forall_loop): Use annot_expr_ivdep_kind
        for annotation and remove dependence on -ftree-parallelize-loops.

2018-04-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/83064
        PR testsuite/85346
        * gfortran.dg/do_concurrent_5.f90: Dynamically allocate main work
        array and move test to libgomp/testsuite/libgomp.fortran.
        * gfortran.dg/do_concurrent_6.f90: New test.

2018-04-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/83064
        PR testsuite/85346
        * testsuite/libgomp.fortran/do_concurrent_5.f90: Move modified
        test from gfortran.dg to here.


Added:
    trunk/gcc/testsuite/gfortran.dg/do_concurrent_6.f90
    trunk/libgomp/testsuite/libgomp.fortran/do_concurrent_5.f90
Removed:
    trunk/gcc/testsuite/gfortran.dg/do_concurrent_5.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-stmt.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgomp/ChangeLog

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