[Webkit-unassigned] [Bug 27060] Type cast for first argument in make_pair()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 12 13:18:27 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27060
Norbert Leser <norbert.leser at nokia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32420|0 |1
is obsolete| |
Attachment #34683| |review?
Flag| |
--- Comment #2 from Norbert Leser <norbert.leser at nokia.com> 2009-08-12 13:18:25 PDT ---
Created an attachment (id=34683)
--> (https://bugs.webkit.org/attachment.cgi?id=34683)
Updated patch for bug #27060
Symbian compiler for emulator target (WINSCW) fails with "illegal operand" for
m_attributesInPrevious in structure.ccp (when calling make_pair functions).
This error is apparently due to the compiler not properly resolving the
unsigned type of the declared bitfield.
Initial patch explicitly casted m_attributesInPrevious to unsigned (at 3 places
in structure.cpp), but since bitfield optimization is not critical for the
emulator target, this conditional change in header file appears to be least
intrusive.
--
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