This is the mail archive of the gcc-patches@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: Label handling overhaul (C front end only)


Gabriel Dos Reis <gdr@integrable-solutions.net> writes:

> | > I reiterate objections to this invention.
> | 
> | You're welcome to submit a patch to get rid of this extension
> | entirely.
>
> Which extension?  __label__ or the semantics implemented by your patch?

I don't care.  Seriously.  

I am trying to rework C identifier handling, in order to fix bugs in
the handling of external declarations at block scope.  I am not trying
to justify the existence of __label__ or any particular semantics it
has.  If you don't like the way I made it work, you can submit a patch
to change it and argue over the semantics with people who do care.

The point of my patch was the internal structural changes, and I need
those.  Don't mess with that part.

zw


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