re PR libgomp/93065 (libgomp: destructor missing to delete goacc_cleanup_key)
authorAyush Mittal <ayush.m@samsung.com>
Tue, 31 Dec 2019 10:34:34 +0000 (10:34 +0000)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 31 Dec 2019 10:34:34 +0000 (11:34 +0100)
PR libgomp/93065
* oacc-init.c (goacc_runtime_deinitialize): New function.

From-SVN: r279803

libgomp/ChangeLog
libgomp/oacc-init.c

index 9eb3e2c..a18868b 100644 (file)
@@ -1,3 +1,8 @@
+2019-12-31  Ayush Mittal  <ayush.m@samsung.com>
+
+       PR libgomp/93065
+       * oacc-init.c (goacc_runtime_deinitialize): New function.
+
 2019-12-28  Jakub Jelinek  <jakub@redhat.com>
 
        PR bootstrap/93074
index 487a2cc..6aa5fd2 100644 (file)
@@ -858,6 +858,15 @@ goacc_runtime_initialize (void)
   goacc_host_init ();
 }
 
+static void __attribute__((destructor))
+goacc_runtime_deinitialize (void)
+{
+#if !(defined HAVE_TLS || defined USE_EMUTLS)
+  pthread_key_delete (goacc_tls_key);
+#endif
+  pthread_key_delete (goacc_cleanup_key);
+}
+
 /* Compiler helper functions */
 
 attribute_hidden void