r276002 - in /trunk/gcc: fortran/ChangeLog fort...
burnus@gcc.gnu.org
burnus@gcc.gnu.org
Fri Sep 20 16:05:00 GMT 2019
Author: burnus
Date: Fri Sep 20 16:05:06 2019
New Revision: 276002
URL: https://gcc.gnu.org/viewcvs?rev=276002&root=gcc&view=rev
Log:
2019-09-20 Tobias Burnus <tobias@codesourcery.com>
PR fortran/78260
* openmp.c (gfc_resolve_oacc_declare): Reject all
non variables but accept function result variables.
* trans-openmp.c (gfc_trans_omp_clauses): Handle
function-result variables for remaing cases.
2019-09-20 Tobias Burnus <tobias@codesourcery.com>
PR fortran/78260
* gfortran.dg/goacc/parameter.f95: Change
dg-error as it is now detected earlier.
* gfortran.dg/goacc/pr85701.f90: Modify to
use a separate result variable.
* gfortran.dg/goacc/pr78260.f90: New.
* gfortran.dg/goacc/pr78260-2.f90: New.
* gfortran.dg/gomp/pr78260.f90: New.
* gfortran.dg/gomp/pr78260-2.f90: New.
* gfortran.dg/gomp/pr78260-3.f90: New.
Added:
trunk/gcc/testsuite/gfortran.dg/goacc/pr78260-2.f90
trunk/gcc/testsuite/gfortran.dg/goacc/pr78260.f90
trunk/gcc/testsuite/gfortran.dg/gomp/pr78260-2.f90
trunk/gcc/testsuite/gfortran.dg/gomp/pr78260-3.f90
trunk/gcc/testsuite/gfortran.dg/gomp/pr78260.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/openmp.c
trunk/gcc/fortran/trans-openmp.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gfortran.dg/goacc/parameter.f95
trunk/gcc/testsuite/gfortran.dg/goacc/pr85701.f90
More information about the Gcc-cvs
mailing list