C Parser Cleanup [Take 2]

Richard Henderson rth@redhat.com
Thu May 10 15:08:00 GMT 2001


On Thu, May 10, 2001 at 10:15:20PM +0100, Neil Booth wrote:
> Indeed, it looks like the C++ front end had fixed a buglet in this
> construct that remained in the C front end: the function containing
> the label + address expression was not being tagged DECL_UNINLINABLE
> in the C front end.

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.


r~



More information about the Gcc-patches mailing list