Yet, another head scratcher.
../../../gcc/libgfortran/caf/shmem/supervisor.c:235:27: error: 'environ'
undeclared (first use in this function)
235 | for (char **e = environ; *e; ++e, ++n)
| ^~~~~~~I see 'extern char **environ;' in shmem.c. Is this suppose to be in a header or declared as extern in supervisor.c? -- Steve
