gcc gcc/testsuite/ChangeLog.gomp libgomp/Chang ...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Fri Sep 23 08:11:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gomp-20050608-branch
Changes by: jakub@gcc.gnu.org 2005-09-23 08:11:00
Modified files:
gcc/testsuite : ChangeLog.gomp
libgomp : ChangeLog
libgomp/testsuite/libgomp.fortran: omp_parse1.f90
gcc/fortran : parse.c openmp.c match.c
Added files:
gcc/testsuite/gfortran.dg/gomp: omp_atomic1.f90 omp_do1.f90
gomp.exp
Log message:
* parse.c (parse_omp_do): Call pop_state before next_statement.
* openmp.c (expr_references_sym, resolve_omp_atomic, resolve_omp_do):
New functions.
(gfc_resolve_omp_directive): Call them.
* match.c (match_exit_cycle): Issue error if EXIT or CYCLE statement
leaves an OpenMP structured block or if EXIT terminates !$omp do
loop.
* gfortran.dg/gomp/gomp.exp: New file.
* gfortran.dg/gomp/omp_atomic1.f90: New test.
* gfortran.dg/gomp/omp_do1.f90: New test.
* testsuite/libgomp.fortran/omp_parse1.f90: Add a test for !$omp do
without !$omp end do, followed immediately by subroutine end.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.6.11&r2=1.1.6.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/testsuite/libgomp.fortran/omp_parse1.f90.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/parse.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.27.4.3&r2=1.27.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/openmp.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/match.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.38.4.4&r2=1.38.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/gomp/omp_atomic1.f90.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/gomp/omp_do1.f90.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/gomp/gomp.exp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=NONE&r2=1.1.2.1
More information about the Gcc-cvs
mailing list