This is the mail archive of the gcc@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]

Re: Scopes in which __label__ can appear


Fergus Henderson <fjh@cs.mu.oz.au> writes:

[...]

| So the decision to require the use of __label__ to make labels
| in a containing function accessible in nested functions,
| though not absolutely essential, is nevertheless fairly strongly
| motivated and hence quite understandable.

However, what has been implemented by Zack's patch is not exactly.
It makes label an automatic variable.

-- Gaby


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