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]

r228633 - in /branches/gomp-4_1-branch: gcc/Cha...


Author: jakub
Date: Fri Oct  9 07:48:34 2015
New Revision: 228633

URL: https://gcc.gnu.org/viewcvs?rev=228633&root=gcc&view=rev
Log:
	* gimplify.c (gimplify_scan_omp_clauses): Adjust OpenMP version
	number from 4.1 to 4.5 in a comment.
c-family/
	* c-pragma.h (enum pragma_omp_clause): Adjust OpenMP version
	number from 4.1 to 4.5 in a comment.
c/
	* c-parser.c: Adjust OpenMP version numbers from 4.1 to 4.5 in
	all comments.
cp/
	* parser.c: Adjust OpenMP version numbers from 4.1 to 4.5 in
	all comments.
libgomp/
	* libgomp.map (OMP_4.1): Renamed to ...
	(OMP_4.5): ... this.
	(GOMP_4.1): Renamed to ...
	(GOMP_4.5): ... this.
	* libgomp.texi: Adjust OpenMP version number from 4.1 to 4.5.

Modified:
    branches/gomp-4_1-branch/gcc/ChangeLog.gomp
    branches/gomp-4_1-branch/gcc/c-family/ChangeLog.gomp
    branches/gomp-4_1-branch/gcc/c-family/c-pragma.h
    branches/gomp-4_1-branch/gcc/c/ChangeLog.gomp
    branches/gomp-4_1-branch/gcc/c/c-parser.c
    branches/gomp-4_1-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-4_1-branch/gcc/cp/parser.c
    branches/gomp-4_1-branch/gcc/gimplify.c
    branches/gomp-4_1-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_1-branch/libgomp/libgomp.map
    branches/gomp-4_1-branch/libgomp/libgomp.texi


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