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: warnings patch for top level gcc directory


On Mon, Oct 19, 1998 at 10:05:02AM -0400, Kaveh R. Ghazi wrote:
> 	Okay, but why then does it *only* claim to return on OSF4?  Is
> that a fluke / bug in the flow code again?

I don't know.

> 	Hmm, if a function calls longjmp() as its last statement, is
> it safe to mark as `noreturn' or do we need to generate the full
> epilogue there too?

A function that exists via longjmp does not use the normal
epilogue.  So it could be marked noreturn, yes.


r~


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