r135030 - in /branches/gcc-4_3-branch: gcc/Chan...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Wed May 7 07:55:00 GMT 2008
Author: jakub
Date: Wed May 7 07:55:21 2008
New Revision: 135030
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135030
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:
branches/gcc-4_3-branch/libgomp/testsuite/libgomp.c/atomic-5.c
branches/gcc-4_3-branch/libgomp/testsuite/libgomp.c/atomic-6.c
branches/gcc-4_3-branch/libgomp/testsuite/libgomp.c/autopar-1.c
Modified:
branches/gcc-4_3-branch/gcc/ChangeLog
branches/gcc-4_3-branch/gcc/omp-low.c
branches/gcc-4_3-branch/libgomp/ChangeLog
More information about the Gcc-cvs
mailing list