This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/34589] noreturn calls: gcc generates call instead of jump
- From: "vyzo at media dot mit dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Dec 2007 06:59:00 -0000
- Subject: [Bug c/34589] noreturn calls: gcc generates call instead of jump
- References: <bug-34589-2691@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from vyzo at media dot mit dot edu 2007-12-26 06:58 -------
Created an attachment (id=14828)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14828&action=view)
example code
A trivial noreturn function that calls to another noreturn function
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34589