This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [Patch, Fortran] PR 41781: [OOP] bogus undefined label error with SELECT TYPE


On Wed, Oct 21, 2009 at 08:13:18PM +0200, Janus Weil wrote:
> 
> here is my patch for this PR, which is about problems with GOTOs
> jumping in and out of BLOCK constructs (and SELECT TYPE). BLOCK
> constructs have their own local namespace, and the problem was
> basically that the label was stored in the wrong namespace.
> 
> Regtested on x86_64-unknown-linux-gnu. Ok for trunk?
> 

Yes.

-- 
Steve


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