diff options
author | dfranke <dfranke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-04 21:35:19 +0000 |
---|---|---|
committer | dfranke <dfranke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-04 21:35:19 +0000 |
commit | f17fac86494d321cb281fcedaead16825ec9f78c (patch) | |
tree | a576cf7600f4ebf66dd50fcb47380a407ea7343b /libgomp/ChangeLog | |
parent | aced8a0ba91742cfd16ba0d529c29b99d0fb60af (diff) | |
download | gcc-f17fac86494d321cb281fcedaead16825ec9f78c.tar.gz |
PR libgomp/29949
* env.c (omp_set_num_threads): Set illegal thread count to 1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119511 138bc75d-0d04-0410-961f-82ee72b054a4
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 e704b2356f1..92b5600239a 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2006-12-04 Daniel Franke <franke.daniel@gmail.com> + + PR libgomp/29949 + * env.c (omp_set_num_threads): Set illegal thread count to 1. + 2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr> * configure: Regenerate. |