[Bug cobol/119295] cobol, libcobol uses random_r which is GLIBC specific

simonsobisch at gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Mar 17 16:05:39 GMT 2025


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).


More information about the Gcc-bugs mailing list