[Webkit-unassigned] [Bug 170673] New: [GTK] Fix x32 build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 10 05:12:39 PDT 2017


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

            Bug ID: 170673
           Summary: [GTK] Fix x32 build
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com
                CC: bugs-noreply at webkitgtk.org

This used to work, but is currently broken:

Source/WTF/wtf/Assertions.h:379:35: error: static assertion failed: JSObject_inline_storage_has_correct_alignment
 #define COMPILE_ASSERT(exp, name) static_assert((exp), #name)
                                   ^
Source/JavaScriptCore/runtime/JSObject.h:1519:1: note: in expansion of macro 'COMPILE_ASSERT'
 COMPILE_ASSERT(!(sizeof(JSObject) % sizeof(WriteBarrierBase<Unknown>)), JSObject_inline_storage_has_correct_alignment);
 ^~~~~~~~~~~~~~
Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/build.make:99: recipe for target 'Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/llint/LLIntOffsetsExtractor.cpp.o' failed

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170410/82e2c295/attachment.html>


More information about the webkit-unassigned mailing list