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]

r163653 - in /trunk/gcc: ChangeLog c-parser.c c...


Author: jakub
Date: Mon Aug 30 17:16:29 2010
New Revision: 163653

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163653
Log:
	PR middle-end/45423
	* gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
	and TRUTH_{AND,OR,XOR}_EXPR.
	* c-parser.c (c_parser_omp_atomic): Handle boolean
	{PRE,POST}_{INC,DEC}REMENT.
cp/
	* parser.c (cp_parser_omp_atomic): Handle boolean
	{PRE,POST}_INCREMENT.
testsuite/
	* gcc.dg/gomp/atomic-12.c: New test.
	* gcc.dg/gomp/atomic-13.c: New test.
	* gcc.dg/gomp/atomic-14.c: New test.
	* g++.dg/gomp/atomic-11.C: New test.
	* g++.dg/gomp/atomic-12.C: New test.
	* g++.dg/gomp/atomic-13.C: New test.
	* g++.dg/gomp/atomic-14.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/gomp/atomic-11.C
    trunk/gcc/testsuite/g++.dg/gomp/atomic-12.C
    trunk/gcc/testsuite/g++.dg/gomp/atomic-13.C
    trunk/gcc/testsuite/g++.dg/gomp/atomic-14.C
    trunk/gcc/testsuite/gcc.dg/gomp/atomic-12.c
    trunk/gcc/testsuite/gcc.dg/gomp/atomic-13.c
    trunk/gcc/testsuite/gcc.dg/gomp/atomic-14.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-parser.c
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog


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