]> gcc.gnu.org Git - 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, 20 Apr 2021 18:49:32 +0000 (11:49 -0700)
commit38cd8b95434bb7e043a51ac017cf87fd083541d1
tree2dc0656f2fd6fe28ed718eaeb9d4e2860a548af5
parentd540e4993bb2c21ad7e179a35e1181eb656974b5
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/
        * libgomp.oacc-c-c++-common/par-reduction-3.c: New test.
        * libgomp.oacc-c-c++-common/reduction-cplx-flt-2.c: New test.
        * libgomp.oacc-fortran/reduction-9.f90: New test.
gcc/testsuite/ChangeLog.omp
gcc/testsuite/c-c++-common/goacc/orphan-reductions-1.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/goacc/reduction-7.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/goacc/routine-4.c
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 [new file with mode: 0644]
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]
This page took 0.080106 seconds and 6 git commands to generate.