https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42616
java4ada at yahoo dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |java4ada at yahoo dot com --- Comment #16 from java4ada at yahoo dot com --- Question: There are ~98 calls to gomp_thread() which allocates struct gomp_thread when HAVE_TLS isn't defined, but only gomp_free_thread() frees this instance. Possible memory leak?