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

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Jun 1 12:21:00 GMT 2016


Author: jakub
Date: Wed Jun  1 12:21:38 2016
New Revision: 236987

URL: https://gcc.gnu.org/viewcvs?rev=236987&root=gcc&view=rev
Log:
	* parse.c (case_decl): Move ST_OMP_* to ...
	(case_omp_decl): ... here, new macro.
	(verify_st_order): For case_omp_decl, complain about
	p->state >= ORDER_EXEC, but don't change p->state otherwise.

	* gfortran.dg/gomp/order-1.f90: New test.
	* gfortran.dg/gomp/order-2.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/gomp/order-1.f90
    trunk/gcc/testsuite/gfortran.dg/gomp/order-2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/parse.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list