This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/26551] gfortran compiles recursive subroutines declared without the RECURSIVE attribute
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Mar 2006 20:02:45 -0000
- Subject: [Bug fortran/26551] gfortran compiles recursive subroutines declared without the RECURSIVE attribute
- References: <bug-26551-12305@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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