* env.c (initialize_env): Initialize stacksize to 0.
authorJakub Jelinek <jakub@redhat.com>
Thu, 30 Mar 2017 20:29:20 +0000 (22:29 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 30 Mar 2017 20:29:20 +0000 (22:29 +0200)
From-SVN: r246598

libgomp/ChangeLog
libgomp/env.c

index 74f50e0f32f240945500a283e6cf50054a4080d1..ece8ff0b364b3522037918e231e0983c4e065a86 100644 (file)
@@ -1,3 +1,7 @@
+2017-03-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * env.c (initialize_env): Initialize stacksize to 0.
+
 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
 
        PR c++/80029
index 74dc6f38530a06f68372fa2a4c8793c6cae62bb3..7c6c02220b6f6c94d388528fdffe48006a1cd508 100644 (file)
@@ -1187,7 +1187,7 @@ handle_omp_display_env (unsigned long stacksize, int wait_policy)
 static void __attribute__((constructor))
 initialize_env (void)
 {
-  unsigned long thread_limit_var, stacksize;
+  unsigned long thread_limit_var, stacksize = 0;
   int wait_policy;
 
   /* Do a compile time check that mkomp_h.pl did good job.  */