Bug 118606 - [Win] R152573 broke Windows build
Summary: [Win] R152573 broke Windows build
Status: RESOLVED DUPLICATE of bug 118610
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-12 08:23 PDT by Zoltan Arvai
Modified: 2013-07-12 14:11 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Arvai 2013-07-12 08:23:39 PDT
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?
Comment 1 Csaba Osztrogonác 2013-07-12 14:11:32 PDT

*** This bug has been marked as a duplicate of bug 118610 ***