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: bad dead code detection ?


On Fri, Jun 27, 2003 at 12:42:34AM +0200, David Jobet wrote:
> label: // should be dead code, but as I'm taking address of label, I may jump 
> somehow to it, so is it dead code anymore ?

No, you may not.  And if you'd bothered reading the docs,
you'd have seen that this is explicitly prohibited.


r~


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