[Webkit-unassigned] [Bug 114627] [EFL] build error when adjusting attachement 198015

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 16 03:31:50 PDT 2013


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





--- Comment #3 from KyungTae Kim <ktf.kim at samsung.com>  2013-04-16 03:30:07 PST ---
When I modified bug 97268's code like below, the error did not occur :
#if GCC_VERSION_AT_LEAST(4, 7, 0)
        unsigned m_size;
#else
        size_t m_size;
#endif

But, in this case,
VectorSizeOffset in javascriptcore/llint/LowLevelInterpreter.asm can't have correct value, 
because we can't use GSS_VERSION option in .asm

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