[Webkit-unassigned] [Bug 32891] New: Include stddef.h for ptrdiff_t in RVCT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 22 18:35:30 PST 2009


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

           Summary: Include stddef.h for ptrdiff_t in RVCT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


[ 509/1814] cxx: JavaScriptCore\assembler\ARMAssembler.cpp ->
build\default\JavaScriptCore\assembler\ARMAssembler_1.o
"..\JavaScriptCore/jit/ExecutableAllocator.h", line 107: Error:  #20:
identifier "ptrdiff_t" is undefined
         if (static_cast<ptrdiff_t>(n) < (m_end - m_freePtr)) {
                         ^
..\JavaScriptCore\assembler\ARMAssembler.cpp: 0 warnings, 1 error


In RVCT, ptrdiff_t is tyedefed in stddef.h, so we need to include stddef.h in
JavaScriptCore/jit/ExecutableAllocator.h.

-- 
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