[Webkit-unassigned] [Bug 189730] New: [Win][Clang] JITMathIC.h: error: missing 'template' keyword prior to dependent template name 'retagged'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 18 20:21:29 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189730
Bug ID: 189730
Summary: [Win][Clang] JITMathIC.h: error: missing 'template'
keyword prior to dependent template name 'retagged'
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
Blocks: 171618
[Win][Clang] JITMathIC.h: error: missing 'template' keyword prior to dependent template name 'retagged'
While doing Bug 171618, following compilation error is reported.
> [4/1360] Building CXX object Source\JavaScriptCore\CMakeFiles\JavaScriptCore.dir\__\__\DerivedSources\JavaScriptCore\unified-sources\UnifiedSource80.cpp.obj
> FAILED: Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/__/__/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource80.cpp.obj
> C:\tools\llvm\bin\clang-cl.exe (...) -c DerivedSources\JavaScriptCore\unified-sources\UnifiedSource80.cpp
> In file included from DerivedSources\JavaScriptCore\unified-sources\UnifiedSource80.cpp:1:
> In file included from ..\..\Source\JavaScriptCore\jit/JITOpcodes.cpp:29:
> ..\..\Source\JavaScriptCore\jit/JIT.h(745,31): warning: explicit specialization cannot have a storage class
> static constexpr bool is64BitType<void>() { return true; }
> ~~~~~~~ ^
> In file included from DerivedSources\JavaScriptCore\unified-sources\UnifiedSource80.cpp:1:
> In file included from ..\..\Source\JavaScriptCore\jit/JITOpcodes.cpp:29:
> In file included from ..\..\Source\JavaScriptCore\jit/JIT.h:44:
> ..\..\Source\JavaScriptCore\jit/JITMathIC.h(148,72): error: missing 'template' keyword prior to dependent template name 'retagged'
> ftlThunkAwareRepatchCall(codeBlock, slowPathCallLocation().retagged<JSInternalPtrTag>(), callReplacement);
> ^ ~~~~~~~~~~~~~~~~~~
> 1 warning and 1 error generated.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=171618
[Bug 171618] [Win][Meta] Build WebKit using Clang
--
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/20180919/7cfe6e13/attachment-0001.html>
More information about the webkit-unassigned
mailing list