[Webkit-unassigned] [Bug 29079] New: ARM compiler does not understand GCC visibility attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 04:47:14 PDT 2009


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

           Summary: ARM compiler does not understand GCC visibility
                    attribute
           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: laszlo.1.gombos at nokia.com


Thi will result in a compilation warning which pollutes the build output. In
JavaScriptCore/API/JSBase.h instead of just testing for defined(__GNUC__),
there should also be a check to exclude the ARM compiler.

Essentially what we want here is a test for COMPILER(GCC), but since Platform.h
is not visible from JavaScriptCore/API/JSBase.h the logic for testing for
COMPILER(GCC) needs to be repeated.

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