[Webkit-unassigned] [Bug 93763] WTF::monotonicallyIncreasingTime() compiled wrong by GCC 4.2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 10 12:27:30 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=93763

Tobias Netzel <tobias.netzel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Tobias Netzel <tobias.netzel at gmail.com> ---
This was caused by mach_timebase_info.numer and mach_timebase_info.denom having integer type on OS X 10.5. Casting those to doubles solves the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150310/d6b03cd2/attachment-0002.html>


More information about the webkit-unassigned mailing list