[Webkit-unassigned] [Bug 252617] New: LLIntAssembly.h:38532:23: error: ‘g_superSamplerCount’ was not declared in this scope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 20 14:47:09 PST 2023


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

            Bug ID: 252617
           Summary: LLIntAssembly.h:38532:23: error: ‘g_superSamplerCount’
                    was not declared in this scope
           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: mcatanzaro at gnome.org
                CC: bugs-noreply at webkitgtk.org

WebKitGTK 2.39.90 fails to build on i686. It seems to be a JSC bug:

        In file included from /buildstream/gnome/sdk/webkitgtk-6.0.bst/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:432:
        /buildstream/gnome/sdk/webkitgtk-6.0.bst/_builddir/JavaScriptCore/DerivedSources/LLIntAssembly.h: In static member function ‘static JSC::JSValue JSC::LLInt::CLoop::execute(JSC::OpcodeID, void*, JSC::VM*, JSC::ProtoCallFrame*, bool)’:
        /buildstream/gnome/sdk/webkitgtk-6.0.bst/_builddir/JavaScriptCore/DerivedSources/LLIntAssembly.h:38532:23: error: ‘g_superSamplerCount’ was not declared in this scope
        38532 |     t1 = CAST<void*>(&g_superSamplerCount);                  // LowLevelInterpreter.asm:410
              |                       ^~~~~~~~~~~~~~~~~~~

I think this is just a simple case of missing #include "SuperSampler.h" in LowLevelInterpreter.cpp and will submit a pull request (likely tomorrow) if so.

-- 
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/20230220/4aca4ec8/attachment-0001.htm>


More information about the webkit-unassigned mailing list