r172379 - in /trunk: gcc/ChangeLog gcc/omp-low....

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Apr 13 15:50:00 GMT 2011


Author: jakub
Date: Wed Apr 13 15:50:02 2011
New Revision: 172379

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172379
Log:
	PR middle-end/48591
	* omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
	NULL.
	(expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.

	* gcc.dg/gomp/pr48591.c: New test.

	* testsuite/libgomp.c/pr48591.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/gomp/pr48591.c
    trunk/libgomp/testsuite/libgomp.c/pr48591.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgomp/ChangeLog



More information about the Gcc-cvs mailing list