diff options
author | Jakub Jelinek <jakub@redhat.com> | 2011-04-13 17:50:02 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2011-04-13 17:50:02 +0200 |
commit | 20790697dd24387ffbf4f97e46774edfcb0a7142 (patch) | |
tree | 0c13f4d4a47b9ebcbcd30c9e09f47ca6a8b0b2b1 /libgomp/ChangeLog | |
parent | 9c76a19e8f83e9e9a154d1779115b5061687c97b (diff) | |
download | gcc-20790697dd24387ffbf4f97e46774edfcb0a7142.zip gcc-20790697dd24387ffbf4f97e46774edfcb0a7142.tar.gz gcc-20790697dd24387ffbf4f97e46774edfcb0a7142.tar.bz2 |
re PR middle-end/48591 (OpenMP ICE with atomics on __float128 in 32-bit only i686 cc1)
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.
From-SVN: r172379
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 52ea143..af2ad8e 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2011-04-13 Jakub Jelinek <jakub@redhat.com> + + PR middle-end/48591 + * testsuite/libgomp.c/pr48591.c: New test. + 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR bootstrap/48135 |