r135027 - in /trunk: gcc/ChangeLog gcc/omp-low....
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Wed May 7 07:28:00 GMT 2008
Author: jakub
Date: Wed May 7 07:28:14 2008
New Revision: 135027
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135027
Log:
PR middle-end/36106
* omp-low.c (expand_omp_atomic_pipeline): Load value using the
integral type rather than floating point, then VIEW_CONVERT_EXPR
to the floating point type.
* testsuite/libgomp.c/atomic-5.c: New test.
* testsuite/libgomp.c/atomic-6.c: New test.
* testsuite/libgomp.c/autopar-1.c: New test.
Added:
trunk/libgomp/testsuite/libgomp.c/atomic-5.c
trunk/libgomp/testsuite/libgomp.c/atomic-6.c
trunk/libgomp/testsuite/libgomp.c/autopar-1.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/omp-low.c
trunk/libgomp/ChangeLog
More information about the Gcc-cvs
mailing list