diff options
author | Daniel Franke <franke.daniel@gmail.com> | 2006-12-04 16:35:19 -0500 |
---|---|---|
committer | Daniel Franke <dfranke@gcc.gnu.org> | 2006-12-04 16:35:19 -0500 |
commit | 62bd621610fefe92b6a8673c970623d071193786 (patch) | |
tree | a576cf7600f4ebf66dd50fcb47380a407ea7343b /libgomp/ChangeLog | |
parent | fe264e58e1b00a5ee3cb2bffd8feb8e2b8300fc2 (diff) | |
download | gcc-62bd621610fefe92b6a8673c970623d071193786.zip gcc-62bd621610fefe92b6a8673c970623d071193786.tar.gz gcc-62bd621610fefe92b6a8673c970623d071193786.tar.bz2 |
re PR libgomp/29949 (implement argument checking for user accessable runtime routines)
PR libgomp/29949
* env.c (omp_set_num_threads): Set illegal thread count to 1.
From-SVN: r119511
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 e704b23..92b5600 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. |