r266924 - in /trunk/gcc: fortran/ChangeLog fort...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Sun Dec 9 12:49:00 GMT 2018


Author: tschwinge
Date: Sun Dec  9 12:49:20 2018
New Revision: 266924

URL: https://gcc.gnu.org/viewcvs?rev=266924&root=gcc&view=rev
Log:
Correct the reported line number in Fortran combined OpenACC directives

	gcc/fortran/
	* trans-openmp.c (gfc_trans_oacc_combined_directive): Set the
	location of combined acc loops.
	gcc/testsuite/
	* gfortran.dg/goacc/combined-directives-3.f90: New file.

Reviewed-by: Thomas Schwinge <thomas@codesourcery.com>

Added:
    trunk/gcc/testsuite/gfortran.dg/goacc/combined-directives-3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-openmp.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/c-c++-common/goacc/combined-directives-3.c



More information about the Gcc-cvs mailing list