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]

Re: C Parser Cleanup [Take 2]


Richard Henderson wrote:-

> Incorrect.  The function _should_ be inlinable.  What can't be
> done with inlining is actually use address in a computed goto.
> 
> This is a feature fix that apparently failed to propagate to
> the c++ front end, not the other way around.

Although, that begs a question.  Isn't the only practical use of this
&& construct to initialise a value used in a "goto *ptr;" statement?
That's my understanding of computed goto, at least.  So unless the
result of the && operator is unused, doesn't it boil down to the same
thing?

Thanks,

Neil.


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