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]

[Bug middle-end/78098] error: interrupt service routine can't be called directly


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78098

--- Comment #9 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Richard Biener from comment #6)
> Why would we be not able to tailcall in an interupt handler?

We need to verify that the only instruction in an interrupt handler
is a tail call to another interrupt handler.  On the other hand,
this interrupt handler isn't really needed at all.

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