diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-11-13 19:38:36 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-11-13 19:38:36 +0100 |
commit | 2b32c27d98a24ef789729ded2e0c42108a9ea9e9 (patch) | |
tree | e4798597eb4798afea5b65f01b820229bfd13985 /libgomp/ChangeLog | |
parent | 8410737add10f9f2b70616986a6a173c312b732e (diff) | |
download | gcc-2b32c27d98a24ef789729ded2e0c42108a9ea9e9.zip gcc-2b32c27d98a24ef789729ded2e0c42108a9ea9e9.tar.gz gcc-2b32c27d98a24ef789729ded2e0c42108a9ea9e9.tar.bz2 |
re PR middle-end/42029 (ICE with complex data type and openmp for reduction clause)
PR middle-end/42029
* gimplify.c (gimplify_omp_atomic): Set DECL_GIMPLE_REG_P on
tmp_load if needed.
* libgomp.c/pr42029.c: New test.
From-SVN: r154161
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index ba9393e..e36c7e2 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2009-11-13 Jakub Jelinek <jakub@redhat.com> + + PR middle-end/42029 + * libgomp.c/pr42029.c: New test. + 2009-10-26 Jakub Jelinek <jakub@redhat.com> * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid using too many |