[Bug fortran/34020] Bogus codegen for openmp atomics w/ indirects operands on IPF
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Nov 8 12:50:00 GMT 2007
------- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-11-08 12:49 -------
Does the same thing happen with C?
void foo(float *lhs, float*rhs) {
#pragma omp atomic
*lhs = *rhs + *lhs;
}
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fxcoudert at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34020
More information about the Gcc-bugs
mailing list