r245129 - in /branches/gomp-4_0-branch: gcc/for...

cesar@gcc.gnu.org cesar@gcc.gnu.org
Thu Feb 2 14:58:00 GMT 2017


Author: cesar
Date: Thu Feb  2 14:58:51 2017
New Revision: 245129

URL: https://gcc.gnu.org/viewcvs?rev=245129&root=gcc&view=rev
Log:
	gcc/fortran/
	* trans-openmp.c (gfc_omp_finish_clause): Don't emit
	GOMP_MAP_FIRSTPRIVATE_POINTER for pointers to reference types.
	(gfc_trans_omp_clauses_1): Likewise.

	libgomp/
	* target.c (gomp_map_pset): Handle PSETs to uninitialized arrays.
	* testsuite/libgomp.oacc-fortran/assumed-array.f90: New test.

Added:
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/assumed-array.f90
Modified:
    branches/gomp-4_0-branch/gcc/fortran/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/fortran/trans-openmp.c
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/target.c



More information about the Gcc-cvs mailing list