[Bug fortran/25087] better diagnostic needed
--- Comment #2 from eedelman at gcc dot gnu dot org 2005-11-29 12:00 --- Reduced testcase: SUBROUTINE s(n) CHARACTER(LEN=n), EXTERNAL :: a write(6,*) a(n) END SUBROUTINE s The problem, unless I'm missing something, is that the external function a would need an explicit interface. Fr
[Bug fortran/25087] better diagnostic needed
--- Comment #1 from kargl at gcc dot gnu dot org 2005-11-27 04:25 --- Need more details? Are the 3 routines in separate files? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25087