This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/25705] fortran goto from inner IF to outer ELSE (more complex than PR17708)



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-07 00:16 -------
IFC gives a warning:
fortcom: Warning: t.f, line 70: A jump into a block from outside the block may
have occurred.   [105]
                  GO TO 105 ! rmg questionable goto
........................^

Oh, this is a dup of bug 18540.  This is really questionable Fortran code.

*** This bug has been marked as a duplicate of 18540 ***

*** This bug has been marked as a duplicate of 18540 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]