https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124330
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jerry DeLisle <[email protected]>: https://gcc.gnu.org/g:266ea973f954d960e18363fcd3b0e3a6902b14b8 commit r16-7883-g266ea973f954d960e18363fcd3b0e3a6902b14b8 Author: Jerry DeLisle <[email protected]> Date: Tue Mar 3 20:43:54 2026 -0800 Fortran: Fix failures on windows and hpux systems [PR124330] Fix missed hunk in previous commit. PR fortran/124330 libgfortran/ChangeLog: * caf/shmem/shared_memory.c (shared_memory_init): Use putenv() for HPUX and as a fallback where setenv() is not available.
