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

cesar@gcc.gnu.org cesar@gcc.gnu.org
Fri Jul 8 18:34:00 GMT 2016


Author: cesar
Date: Fri Jul  8 18:34:55 2016
New Revision: 238171

URL: https://gcc.gnu.org/viewcvs?rev=238171&root=gcc&view=rev
Log:
	gcc/fortran/
	* parse.c (matcha): Define.
	(decode_oacc_directive): Add spec_only local var and set it.  Use
	matcha to parse acc directives except for routine and declare.  Return
	ST_GET_FCN_CHARACTERISTICS if a non-declarative directive could be
	matched.

	gcc/testsuite/
	* gfortran.dg/goacc/pr71704.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/goacc/pr71704.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/parse.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list