r238184 - in /branches/gcc-5-branch/gcc: fortra...

cesar@gcc.gnu.org cesar@gcc.gnu.org
Fri Jul 8 21:58:00 GMT 2016


Author: cesar
Date: Fri Jul  8 21:58:57 2016
New Revision: 238184

URL: https://gcc.gnu.org/viewcvs?rev=238184&root=gcc&view=rev
Log:
	Backport from trunk:
	2016-07-08  Cesar Philippidis  <cesar@codesourcery.com>

	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:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/goacc/pr71704.f90
Modified:
    branches/gcc-5-branch/gcc/fortran/ChangeLog
    branches/gcc-5-branch/gcc/fortran/parse.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list