https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119295
Simon Sobisch <simonsobisch at gnu dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simonsobisch at gnu dot org
--- Comment #4 from Simon Sobisch <simonsobisch at gnu dot org> ---
> Does COBOL even have threads...?
Directly only with vendor extensions. But people do use both C/C++ "main" or
Java (via JNI) to spawn multiple COBOL threads (which can have multiple issues,
depending on the implementation of the COBOL modules and library).