Bugs item #1909832, was opened at 2008-03-07 14:55 Message generated for change (Comment added) made by brianp You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100003&aid=1909832&group_id=3
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Compile/Install >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Sean Ziegeler (seanzig) Assigned to: Nobody/Anonymous (nobody) Summary: __builtin_expect revision in 7.0.2 for IBM XLC Initial Comment: It appears that __builtin_expect is not supported on IBM XLC compilers before version 9.0. The following change fixed the problem: src/mesa/main/glheader.h: change line 240 to: #if (!defined(__GNUC__) || __GNUC__ < 3) && (!defined(__IBMC__) || __IBMC__ < 900) ---------------------------------------------------------------------- >Comment By: Brian Paul (brianp) Date: 2008-03-09 10:56 Message: Logged In: YES user_id=983 Originator: NO Fixed in git. Note, this bug database is no longer used (but no way to shut it down, apparently). Please report future bugs on freedesktop.org, per the Mesa website instructions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100003&aid=1909832&group_id=3 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
