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

2025-04-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119295 --- Comment #7 from GCC Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:66a41a0a9626a9b2f8de3cdb6ba82561b50cd9e8 commit r15-9182-g66a41a0a9626a9b2f8de3cdb6ba82561b50cd9e8 Author: Iain Sandoe Date: Sun

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

2025-04-03 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119295 Iain Sandoe changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

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

2025-03-31 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119295 Iain Sandoe changed: What|Removed |Added URL||https://gcc.gnu.org/piperma

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

2025-03-17 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119295 --- Comment #5 from Jonathan Wakely --- (In reply to Iain Sandoe from comment #1) > Unfortunately, we don't have a fallback on Darwin other than to use the > original 'random()' and friends. There's always the C++ .

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

2025-03-17 Thread simonsobisch at gnu dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119295 Simon Sobisch changed: What|Removed |Added CC||simonsobisch at gnu dot org --- Comment

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

2025-03-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119295 --- Comment #3 from Richard Biener --- Does COBOL even have threads...?

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

2025-03-16 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119295 Iain Sandoe changed: What|Removed |Added Assignee|iains at gcc dot gnu.org |unassigned at gcc dot gnu.org

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

2025-03-16 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119295 --- Comment #1 from Iain Sandoe --- Created attachment 60775 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60775&action=edit Patch tested on x86_64 Darwin and Linux Unfortunately, we don't have a fallback on Darwin other than to use the

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

2025-03-14 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119295 Iain Sandoe changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED