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

            Bug ID: 87004
           Summary: no way to mark a function as noreturn
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: jit
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: tromey at gcc dot gnu.org
  Target Milestone: ---

Currently all blocks must be terminated either with a jump or a return.
I think it should also be possible to terminate a block with
a call to a noreturn function.  But, there is no way to indicate
that a function is noreturn.

Reply via email to