[Bug fortran/26551] gfortran compiles recursive subroutines declared without the RECURSIVE attribute

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Mar 3 20:02:00 GMT 2006



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-03 20:02 -------
g77 errored out:
[dandelion:~] pinskia% /Volumes/home/pinskia/gcc-3.3/bin/g77 t.f -ffree-form
t.f: In subroutine `sub':
t.f:1: 
   SUBROUTINE SUB()
              1
t.f:2: (continued):
   CALL SUB()
        2
Invalid declaration of or reference to symbol `sub' at (2) [initially seen at
(1)]


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |19292
              nThis|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26551



More information about the Gcc-bugs mailing list