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 c/26367] multiple levels of __builtin_expect



------- Comment #6 from acahalan at gmail dot com  2006-02-22 03:18 -------
I don't think it is legit to extract any sort of certainty from this:

  if (x == 0)
    abort();
  return x;

There may be a SIGABRT handler which allows the program to live.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26367


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