[Bug fortran/70006] Duplicate errors "label not defined"
kargl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Feb 28 21:59:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70006
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |kargl at gcc dot gnu.org
Resolution|--- |WORKSFORME
--- Comment #2 from kargl at gcc dot gnu.org ---
% gfc -c a.f
a.f:3:13:
PRINT 1, 'STRING 2'
1
Error: FORMAT label 1 at (1) not defined
a.f:3:13:
PRINT 1, 'STRING 2'
1
Error: FORMAT label 1 at (1) not defined
a.f:6:72:
GOTO 2 ! LINE 6
1
Error: Label 2 referenced at (1) is never defined
a.f:6:72:
GOTO 2 ! LINE 6
1
Error: Label 2 referenced at (1) is never defined
% gfc -v
gcc version 6.0.0 20160206 (experimental) (GCC)
More information about the Gcc-bugs
mailing list