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]

r142940 - in /trunk: gcc/cp/ChangeLog gcc/cp/se...


Author: jakub
Date: Sun Dec 28 20:06:00 2008
New Revision: 142940

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142940
Log:
	PR c++/38650
	* semantics.c (finish_omp_for): Don't add CLEANUP_POINT_EXPR
	around volatile iteration var in condition and/or increment
	expression.

	* testsuite/libgomp.c/pr38650.c: New test.
	* testsuite/libgomp.c++/pr38650.C: New test.

Added:
    trunk/libgomp/testsuite/libgomp.c++/pr38650.C
    trunk/libgomp/testsuite/libgomp.c/pr38650.c
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c
    trunk/libgomp/ChangeLog


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