This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r113790 - in /trunk/gcc: ChangeLog omp-low.c te...


Author: jakub
Date: Mon May 15 10:02:26 2006
New Revision: 113790

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113790
Log:
	* omp-low.c (check_omp_nesting_restrictions): New function.
	(scan_omp_1): Call it.

	* gcc.dg/gomp/critical-4.c: New test.
	* gcc.dg/gomp/appendix-a/a.35.1.c: Add dg-warning.
	* gcc.dg/gomp/appendix-a/a.35.3.c: Likewise.
	* gfortran.dg/gomp/appendix-a/a.35.1.f90: Likewise.
	* gfortran.dg/gomp/appendix-a/a.35.3.f90: Likewise.

Added:
    trunk/gcc/testsuite/gcc.dg/gomp/critical-4.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/gomp/appendix-a/a.35.1.c
    trunk/gcc/testsuite/gcc.dg/gomp/appendix-a/a.35.3.c
    trunk/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.1.f90
    trunk/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.3.f90


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]