In case folks haven't noticed, there has been major breakage of the gfortran in gcc 4.1 on Darwin. The problem appears to be due to the fact that weakrefs aren't properly honored in the Darwin linker.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24991 This apparently is the same issue causing the attr-weakref-1.c and weak-14.c test failures in the gcc testsuite. Unfortunately, libgfortran now relies on weakrefs properly working and thus severely breaks gfortran on Darwin. My question is whether the gcc 4.1 release would be held to fix this or will the Darwin target just be marked as broken for that release? Jack