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]

r142318 - in /trunk: gcc/ChangeLog gcc/c-omp.c ...


Author: jakub
Date: Mon Dec  1 15:10:25 2008
New Revision: 142318

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142318
Log:
	PR c++/38348
	* c-omp.c (c_finish_omp_for): Only transform pointer
	++ or -- into MODIFY_EXPR if second argument is non-NULL.

	* g++.dg/gomp/for-19.C: New test.

	* testsuite/libgomp.c++/for-6.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/gomp/for-19.C
    trunk/libgomp/testsuite/libgomp.c++/for-6.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-omp.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgomp/ChangeLog


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