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: [ast-optimizer-branch]: Inlinability checks


On Tue, Jul 24, 2001 at 09:03:52AM +0100, Nathan Sidwell wrote:
> Thinking more about this, any well-formed routine taking label
> addresses must also have a computed goto ...

Incorrect.  Consider

    printf("Here %p\n", &&loc);
  loc:

> Is my patch wrong, or just over pessimistic here?

Overpessimistic.


r~


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