This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20224] gfortran - flags error on strange, but correct f77 program
- 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: 26 Feb 2005 18:32:32 -0000
- Subject: [Bug fortran/20224] gfortran - flags error on strange, but correct f77 program
- References: <20050226174515.20224.dir@lanl.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-26 18:32 -------
Hmm, g77 just warned about it:
t.f: In program `main':
t.f:4: warning:
10 continue
1
t.f:9: (continued):
goto 10
2
Reference to label at (2) is outside block containing definition at (1)
Confirmed.
--
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |19292
nThis| |
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |rejects-valid
Last reconfirmed|0000-00-00 00:00:00 |2005-02-26 18:32:27
date| |
Version|unknown |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20224