This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/26367] multiple levels of __builtin_expect
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Dec 2011 01:21:00 +0000
- Subject: [Bug c/26367] multiple levels of __builtin_expect
- Auto-submitted: auto-generated
- References: <bug-26367-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26367
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-22 01:21:00 UTC ---
I think __builtin_unreachable resolved some of this already. Also probilities
to noreturn functions are marked as notlikely already.