[Webkit-unassigned] [Bug 25805] New: In debug build, mingw win32 build has problems with powf

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 14:10:48 PDT 2009


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

           Summary: In debug build, mingw win32 build has problems with powf
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fridrich.strba at bluewin.ch


In mingw32 w32api and runtime, the powf function is _CRT_INLINE, but in debug
build -O0, compiler fails to inline it and then there is problem of linking.
The following patch makes the use of the proper overloade C++ pow (which is
actually using compiler builtins with mingw). It makes the code even a bit more
C++ like and does not break anything.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list