WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
170673
[GTK] Fix x32 build
https://bugs.webkit.org/show_bug.cgi?id=170673
Summary
[GTK] Fix x32 build
Alberto Garcia
Reported
2017-04-10 05:12:39 PDT
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
Attachments
Patch
(963 bytes, patch)
2017-04-10 05:14 PDT
,
Alberto Garcia
clopez
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alberto Garcia
Comment 1
2017-04-10 05:14:42 PDT
Created
attachment 306685
[details]
Patch
Alberto Garcia
Comment 2
2017-04-10 05:57:24 PDT
Committed
r215180
: <
http://trac.webkit.org/changeset/215180
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug