[Webkit-unassigned] [Bug 118606] New: [Win] R152573 broke Windows build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 08:21:37 PDT 2013


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

           Summary: [Win] R152573 broke Windows build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zarvai at inf.u-szeged.hu
                CC: allan.jensen at digia.com, ggaren at apple.com,
                    oliver at apple.com, ossy at webkit.org,
                    jocelyn.turcotte at digia.com, kadam at inf.u-szeged.hu,
                    abrhm at inf.u-szeged.hu


After http://trac.webkit.org/changeset/152573 Windows build is broken. 
There was a fix in http://trac.webkit.org/changeset/152577, but some problem remained:

JITThunks.cpp
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(383) : error C2066: cast to function type is illegal
        C:\buildslave\qt-windows-32bit-release\build\Source\JavaScriptCore\jit\JITThunks.cpp(84) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2> std::make_pair<JSC::EncodedJSValue(__fastcall *&)(JSC::ExecState *),JSC::EncodedJSValue(JSC::ExecState *)>(__int64,_Ty2 (__fastcall &))' being compiled
        with
        [
            _Ty1=__int64 (__fastcall *)(JSC::ExecState *),
            _Ty2=__int64 (JSC::ExecState *)
        ]
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(254) : error C3867: 'std::_Pair_base<_Ty1,_Ty2>::second': function call missing argument list; use '&std::_Pair_base<_Ty1,_Ty2>::second' to create a pointer to member
        with
        [
            _Ty1=__int64 (__fastcall *)(JSC::ExecState *),
            _Ty2=__int64 (JSC::ExecState *)
        ]
        C:\buildslave\qt-windows-32bit-release\build\Source\JavaScriptCore\jit\JITThunks.cpp(84) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<__int64(__fastcall *)(JSC::ExecState *),__int64(JSC::ExecState *)>(std::pair<_Ty1,__int64 (JSC::ExecState *)> &&)' being compiled
        with
        [
            _Ty1=JSC::NativeFunction,
            _Ty2=JSC::NativeFunction
        ]

The following bots are affected:
Apple Win Debug (Build) http://build.webkit.org/builders/Apple%20Win%20Debug%20%28Build%29/builds/68295/steps/compile-webkit/logs/stdio
Apple Win Release (Build) http://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29/builds/50133/steps/compile-webkit/logs/stdio
Qt Windows http://build.webkit.org/builders/Qt%20Windows%2032-bit%20Release/builds/66798/steps/compile-webkit/logs/stdio

Could you check it, please?

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



More information about the webkit-unassigned mailing list