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/50071] gfortran does not distinguish labels in different type scoping units


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

Mikael Morin <mikael at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Mikael Morin <mikael at gcc dot gnu.org> 2011-08-18 23:21:04 UTC ---
(In reply to comment #3)
> ! ----------
> 1 type t
>     integer :: i
>   end type t
> 
>   goto 1
> 1 print *, 'Hello'
> end
This is now PR 50121

> 
> ! ----------
>    block
>      goto 1
>      print *, 'Hello'
> 1    continue
>    end block
> 1  continue
> end
This is now PR 50122


Comment #4 fixed the original issue, and comment #5 an additional one raised by
Tobias. The remaining problems are tracked elsewhere, so this is FIXED.


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