------- Comment #3 from jakub at gcc dot gnu dot org 2010-03-22 15:22 ------- Subject: Bug 42942
Author: jakub Date: Mon Mar 22 15:22:31 2010 New Revision: 157636 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157636 Log: PR libgomp/42942 * env.c (parse_unsigned_long): Add ALLOW_ZERO argument. (initialize_env): Adjust callers. (omp_set_max_active_levels): Set gomp_max_active_levels_var even when the argument is 0. * testsuite/libgomp.c/pr42942.c: New test. Added: branches/gcc-4_4-branch/libgomp/testsuite/libgomp.c/pr42942.c Modified: branches/gcc-4_4-branch/libgomp/ChangeLog branches/gcc-4_4-branch/libgomp/env.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42942