[Bug cobol/119301] cobol FE uses get_current_dir_name unconditionally

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

[Bug cobol/119301] cobol FE uses get_current_dir_name unconditionally

2025-03-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119301 --- Comment #6 from GCC Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:544a9d9e49a1ff1d031cf9c85518f7c95179834a commit r15-8276-g544a9d9e49a1ff1d031cf9c85518f7c95179834a Author: Iain Sandoe Date: Sat

[Bug cobol/119301] cobol FE uses get_current_dir_name unconditionally

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

[Bug cobol/119301] cobol FE uses get_current_dir_name unconditionally

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

[Bug cobol/119301] cobol FE uses get_current_dir_name unconditionally

2025-03-15 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119301 --- Comment #3 from Iain Sandoe --- Created attachment 60764 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60764&action=edit patch under test this works on Darwin... but not tested more widely yet/

[Bug cobol/119301] cobol FE uses get_current_dir_name unconditionally

2025-03-15 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119301 --- Comment #4 from Iain Sandoe --- (In reply to Andrew Pinski from comment #1) > https://www.gnu.org/software/libc/manual/html_node/Working-Directory.html > > Describes how get_current_dir_name could be implemented. > > Since this is in the f

[Bug cobol/119301] cobol FE uses get_current_dir_name unconditionally

2025-03-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119301 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug cobol/119301] cobol FE uses get_current_dir_name unconditionally

2025-03-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119301 --- Comment #1 from Andrew Pinski --- https://www.gnu.org/software/libc/manual/html_node/Working-Directory.html Describes how get_current_dir_name could be implemented. Since this is in the front-end, get_current_dir_name could be added to lib