[Webkit-unassigned] [Bug 29034] New: ARM compiler does not understand reinterpret_cast<void*>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 08:18:42 PDT 2009


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

           Summary: ARM compiler does not understand
                    reinterpret_cast<void*>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


The error message is the following:
armcc [...] jitopcodes.cpp
"\webkit\JavaScriptCore\jit\jitopcodes.cpp", line 1751: Error:  #694:
reinterpret_cast cannot cast away const or other type qualifiers
      move(ImmPtr(reinterpret_cast<void*>(ctiVMThrowTrampoline)), regT2);
                  ^

Changing reinterpret_cast to static_cast does not help either...
armcc [...] jitopcodes.cpp
"\webkit\JavaScriptCore\jit\jitopcodes.cpp", line 1751: Error:  #171: invalid
type conversion
      move(ImmPtr(static_cast<void*>(ctiVMThrowTrampoline)), regT2);
                  ^

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