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/18540] Jumping into blocks gives error rather than warning



------- Comment #11 from Tobias dot Schlueter at physik dot uni-muenchen dot de  2006-01-08 22:16 -------
Subject: Re:  Jumping into blocks gives error rather than
 warning

steven at gcc dot gnu dot org wrote:
> ------- Comment #9 from steven at gcc dot gnu dot org  2006-01-08 21:45 -------
> Actually we already know for sure that the label exists and that it is a valid
> jump target.  From resolve_branch:

Indeed, I had missed that we already keep track of all existing labels when
parsing via the code in gfc_get_st_label.  I'll give your code a spin and
submit it, when it passes testing.  Ok?


-- 


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



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