This is the mail archive of the gcc-bugs@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: noreturn function attribute and ret asm instruction


On Wed, Oct 01, 2003 at 12:00:22AM -0700, Zack Weinberg wrote:
> It might be harder at the tree level; I'm not sure how noreturn is
> being represented in tree-ssa.

Only in the CFG.  If there's no edge to exit, then there's
no flow to exit.  You'd have to find a way to represent the
noreturn attribute in the ASM_EXPR so that it survives until
the CFG is created.


r~


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