This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] various OpenACC reduction enhancements - test cases
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Cesar Philippidis <cesar at codesourcery dot com>, Thomas Schwinge <thomas at codesourcery dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Tom de Vries <tdevries at suse dot de>
- Date: Tue, 4 Dec 2018 13:59:33 +0100
- Subject: Re: [patch] various OpenACC reduction enhancements - test cases
- References: <ae587152-072d-52b0-0129-99de0ed40d03@codesourcery.com> <afa69e6b-1b09-63f2-556f-e167f8b645fe@codesourcery.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Jun 29, 2018 at 11:23:21AM -0700, Cesar Philippidis wrote:
> Attached are the updated reductions tests cases. Again, these have been
> bootstrapped and regression tested cleanly for x86_64 with nvptx
> offloading. Is it OK for trunk?
If Thomas is ok with this, it is ok for trunk.
> 2018-06-29 Cesar Philippidis <cesar@codesourcery.com>
> Nathan Sidwell <nathan@acm.org>
>
> 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.
Jakub