[Bug fortran/33116] External functions can be called as subroutine
--- Comment #2 from burnus at gcc dot gnu dot org 2007-08-20 06:02 --- Hmm. I wonder why it did not work - probably I mixed it up with PROCEDURE(REAL). -- burnus at gcc dot gnu dot org changed: What|Removed |Added --
[Bug fortran/33116] External functions can be called as subroutine
--- Comment #1 from pault at gcc dot gnu dot org 2007-08-20 03:59 --- Tobias, EXTERNAL foo REAL foo CALL foo() ! <- wrong END with 4.3.0 20070815, gfc gives: test.f90:1.14: EXTERNAL foo 1 test.f90:3.23: CALL foo() ! <- wrong 2 Error: 'foo