]> git.ipfire.org Git - thirdparty/gcc.git/commit
Various OpenACC reduction enhancements - test cases
authorJulian Brown <julian@codesourcery.com>
Tue, 12 Feb 2019 23:14:22 +0000 (15:14 -0800)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 21 Jun 2022 13:11:09 +0000 (14:11 +0100)
commitd27d6c9e1e3bc18ba0113757b743b306ea69f825
tree3410d064f5650cbca4c5324355331d762a2fc328
parentbce2c92cfec2ae1eb9d79e36dff5a220b688bfa1
Various OpenACC reduction enhancements - test cases

2018-12-13  Cesar Philippidis  <cesar@codesourcery.com>
            Nathan Sidwell  <nathan@acm.org>
            Julian Brown  <julian@codesourcery.com>

        gcc/testsuite/
        * c-c++-common/goacc/orphan-reductions-1.c: New test.
        * c-c++-common/goacc/reduction-7.c: New test.
        * c-c++-common/goacc/routine-4.c: Update.
        * g++.dg/goacc/reductions-1.C: New test.
        * gcc.dg/goacc/loop-processing-1.c: Update.
        * gfortran.dg/goacc/orphan-reductions-1.f90: New test.

        libgomp/
        * testsuite/libgomp.oacc-c-c++-common/par-reduction-3.c: New test.
        * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt-2.c: New test.
        * testsuite/libgomp.oacc-fortran/reduction-9.f90: New test.
gcc/testsuite/ChangeLog.omp
gcc/testsuite/c-c++-common/goacc/reduction-7.c [new file with mode: 0644]
gcc/testsuite/g++.dg/goacc/reductions-1.C [new file with mode: 0644]
gcc/testsuite/gcc.dg/goacc/loop-processing-1.c
gcc/testsuite/gfortran.dg/goacc/orphan-reductions-1.f90
libgomp/ChangeLog.omp
libgomp/testsuite/libgomp.oacc-c-c++-common/par-reduction-3.c [new file with mode: 0644]
libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt-2.c [new file with mode: 0644]
libgomp/testsuite/libgomp.oacc-fortran/reduction-9.f90 [new file with mode: 0644]