[Webkit-unassigned] [Bug 28391] New: Incorrect casts in JavaScriptCore with gcc-3.4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 17 08:44:46 PDT 2009


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

           Summary: Incorrect casts in JavaScriptCore with gcc-3.4
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Kelemen.Balazs.3 at stud.u-szeged.hu


I tried to compiling ToT on the Maemo VM.
"gcc --version" says: sbox-arm-linux-gcc (GCC) 3.4.4 (release) (CodeSourcery
ARM 2005q3-2)
There are reinterpret_cast-s in the JIT infrastructure what casts
void*-s to function pointers and vica versa. My compiler does not like this (I
heard that the problem
is typical in gcc-3) so I get such errors: "ISO C++ forbids casting between
pointer-to-function and pointer-to-object".

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