[Home]

Summary:ASTERISK-03144: [PATCH] astobj.h will not compile on gcc 2.95
Reporter:wolfson (wolfson)Labels:
Date Opened:2004-12-31 02:41:51.000-0600Date Closed:2005-01-03 12:06:50.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) astobj.h.diff
Description:This fixes a problem with astobj.h compiling on GCC 2.95 due to the use of the builtin __builtin_expect, used for branch prediction hints. It appears to have been added in GCC 2.96. Disclaimer is on file.
Comments:By: Mark Spencer (markster) 2004-12-31 10:34:47.000-0600

Fixed in CVS head, thanks!